Issue Details (XML | Word | Printable)

Key: MBS-4797
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Oliver Charles
Reporter: Sergio Lopez
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Server

DropFunctions.sql cannot be executed

Created: 29/May/12 09:34 AM   Updated: 20/Aug/12 11:46 AM   Resolved: 20/Aug/12 11:46 AM
Component/s: None
Affects Version/s: None
Fix Version/s: Bug fixes, 2012-09-03


 Description  « Hide

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);



Sort Order: Ascending order - Click to sort in descending order
Oliver Charles added a comment - 15/Aug/12 03:59 PM