-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
When executing:
\i /sql/DropFunctions.sql
this error appears:
psql:/sql/DropFunctions.sql:45: ERROR: syntax error at or near ";"
LINE 1: DROP AGGREGATE array_accum;
Possible workaround:
- DROP AGGREGATE array_accum;
+ DROP AGGREGATE array_accum(anyelement);