schemas/_regproc.postgres.sql
changeset 4321 80b455066c9a
parent 4126 2eb47c1efee1
child 9364 73bd5012336f
equal deleted inserted replaced
4320:4efd4c306746 4321:80b455066c9a
     1 /* -*- sql -*- 
     1 /* -*- sql -*-
     2 
     2 
     3    postgres specific registered procedures, 
     3    postgres specific registered procedures,
     4    require the plpgsql language installed 
     4    require the plpgsql language installed
     5 
     5 
     6 */
     6 */
     7 
     7 
     8 DROP FUNCTION IF EXISTS comma_join (anyarray) CASCADE;
     8 DROP FUNCTION IF EXISTS comma_join (anyarray) CASCADE;
     9 CREATE FUNCTION comma_join (anyarray) RETURNS text AS $$
     9 CREATE FUNCTION comma_join (anyarray) RETURNS text AS $$