[HACKERS] CREATE COLLATION IF NOT EXISTS - Mailing list pgsql-hackers

From Peter Eisentraut
Subject [HACKERS] CREATE COLLATION IF NOT EXISTS
Date
Msg-id 3c39e301-6bb0-f370-5567-bcd7c4bd2835@2ndquadrant.com
Whole thread Raw
Responses Re: [HACKERS] CREATE COLLATION IF NOT EXISTS
List pgsql-hackers
Here is a patch to complete the implementation of CREATE COLLATION IF
NOT EXISTS.  The meat of this was already implemented for
pg_import_system_collations; this just exposes it in the SQL command.

If we go ahead with ICU, then creating collations by hand will become
more common, so this could be useful in practice.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: [HACKERS] Declarative partitioning - another take
Next
From: Kuntal Ghosh
Date:
Subject: Re: [HACKERS] WAL consistency check facility