X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0bef110445e52973180b35d3d0d4680f4184d238..5d76e93e770f858f86ce1e46198f94b60bcbe32e:/sql/Pg-upgrade2/remove_comma_aggregate_functions.sql?ds=inline diff --git a/sql/Pg-upgrade2/remove_comma_aggregate_functions.sql b/sql/Pg-upgrade2/remove_comma_aggregate_functions.sql new file mode 100644 index 000000000..00c748dc6 --- /dev/null +++ b/sql/Pg-upgrade2/remove_comma_aggregate_functions.sql @@ -0,0 +1,6 @@ +-- @tag: remove_comma_aggregate_functions +-- @description: Entfernt Aggregate Funktion comma +-- @depends: release_3_5_3 + +DROP AGGREGATE IF EXISTS comma(text); +DROP FUNCTION IF EXISTS comma_aggregate ( text, text) ;