Add CREATE DATABASE LOCALE option
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-06-05T20:17:25Z
Lists: pgsql-hackers
Attachments
- 0001-Add-CREATE-DATABASE-LOCALE-option.patch (text/plain) patch 0001
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
Commits
-
Add CREATE DATABASE LOCALE option
- 06140c201b98 13.0 landed