]> wagnertech.de Git - mfinanz.git/blob - sql/Pg-upgrade2/remove_comma_aggregate_functions.sql
AR/IR/OE - Steuerbeschreibung an Oberfläche / Druck aus tax_id holen
[mfinanz.git] / sql / Pg-upgrade2 / remove_comma_aggregate_functions.sql
1 -- @tag: remove_comma_aggregate_functions
2 -- @description: Entfernt Aggregate Funktion comma
3 -- @depends: release_3_5_3
4
5 DROP AGGREGATE IF EXISTS comma(text);
6 DROP FUNCTION IF EXISTS comma_aggregate ( text, text) ;