X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/27cc5749aa0a60296c6383f3a60d969b17c278a2..53593baa211863fbf66540cf1bcc36c8fb37257f:/sql/Pg-upgrade2/first_aggregator.sql diff --git a/sql/Pg-upgrade2/first_aggregator.sql b/sql/Pg-upgrade2/first_aggregator.sql index 9803988a0..a0465b592 100644 --- a/sql/Pg-upgrade2/first_aggregator.sql +++ b/sql/Pg-upgrade2/first_aggregator.sql @@ -1,7 +1,6 @@ -- @tag: first_aggregator -- @description: SQL Aggregat Funktion FIRST -- @depends: release_3_0_0 --- @encoding: utf-8 CREATE OR REPLACE FUNCTION public.first_agg ( anyelement, anyelement ) RETURNS anyelement LANGUAGE SQL IMMUTABLE STRICT AS $$