X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0bb6aed531f07d348ac70b7d6a47526e957485ed..a89af9c2a38f19bc2834a2e09a286ff36c9ef3d7:/sql/Pg-upgrade2/PgCommaAggregateFunction.sql diff --git a/sql/Pg-upgrade2/PgCommaAggregateFunction.sql b/sql/Pg-upgrade2/PgCommaAggregateFunction.sql index c2e10ae3e..b18bc3911 100644 --- a/sql/Pg-upgrade2/PgCommaAggregateFunction.sql +++ b/sql/Pg-upgrade2/PgCommaAggregateFunction.sql @@ -2,7 +2,7 @@ -- @description: Neue Postgres Funktion zur Abfrage mehrdeutiger Ergebniszeilen als kommagetrennte Liste -- @depends: release_2_4_1 -- Taken from: http://www.zigo.dhs.org/postgresql/#comma_aggregate --- Copyright © 2005 Dennis Björklund +-- Copyright © 2005 Dennis Björklund -- License: Free -- Thx. to A. Kretschmer, http://archives.postgresql.org/pgsql-de-allgemein/2007-02/msg00006.php CREATE FUNCTION comma_aggregate(text,text) RETURNS text AS '