Danke, habe folgendes in der 'remove_comma_aggregate_functions.sql' eingefügt:
-- @tag: remove_comma_aggregate_functions
-- @description: Entfernt Aggregate Funktion comma
-- @depends: release_3_5_3
@superuser_privileges: 1
DROP AGGREGATE IF EXISTS comma(text);
DROP FUNCTION IF EXISTS comma_aggregate ( text, text) ;
Nun seht die Fehler Meldung so aus:
The database update/creation did not succeed. The file sql/Pg-upgrade2/remove_comma_aggregate_functions.sql containing the following query failed:
@superuser_privileges: 1 DROP AGGREGATE IF EXISTS comma(text)
The error message was: FEHLER: Syntaxfehler bei »@«
LINE 1: @superuser_privileges: 1 DROP AGGREGATE IF EXISTS comma(...
^
All changes in that file have been reverted.:
Super User ist bzw. war wie in Kapitel 2.5.4 angelegt, auch hat meine DB 'pg_trgm' inne.
Mit den Rechten kann durch aus etwas durcheinander gekommen sein, obwohl ich diesbezüglich nicht getan habe. Wie kann ich dies auf die schnelle Überprüfen?