Add CREATE DATABASE LOCALE option
Peter Eisentraut <peter@eisentraut.org>
Add CREATE DATABASE LOCALE option This sets both LC_COLLATE and LC_CTYPE with one option. Similar behavior is already supported in initdb, CREATE COLLATION, and createdb. Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr> Discussion: https://www.postgresql.org/message-id/flat/d9d5043a-dc70-da8a-0166-1e218e6e34d4%402ndquadrant.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/create_database.sgml | modified | +23 −2 |
| src/backend/commands/dbcommands.c | modified | +21 −0 |
| src/bin/pg_dump/pg_dump.c | modified | +13 −5 |
| src/bin/pg_dump/t/002_pg_dump.pl | modified | +9 −0 |
Documentation touched
Discussion
- Add CREATE DATABASE LOCALE option 11 messages · 2019-06-05 → 2019-07-23