Add CREATE DATABASE LOCALE option - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Add CREATE DATABASE LOCALE option
Date
Msg-id d9d5043a-dc70-da8a-0166-1e218e6e34d4@2ndquadrant.com
Whole thread Raw
Responses Re: Add CREATE DATABASE LOCALE option
Re: Add CREATE DATABASE LOCALE option
List pgsql-hackers
I propose this patch to add a LOCALE option to CREATE DATABASE.  This
sets both LC_COLLATE and LC_CTYPE with one option.  Similar behavior is
already supported in initdb, CREATE COLLATION, and createdb.

With collation providers other than libc, having separate lc_collate and
lc_ctype settings is not necessarily applicable, so this is also
preparation for such future functionality.

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

Attachment

pgsql-hackers by date:

Previous
From: Floris Van Nee
Date:
Subject: Re: Index Skip Scan
Next
From: Fabrízio de Royes Mello
Date:
Subject: Re: Add CREATE DATABASE LOCALE option