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);
In review at http://codereview.musicbrainz.org/r/2174/