]> granicus.if.org Git - postgresql/commit
Add CREATE DATABASE LOCALE option
authorPeter Eisentraut <peter@eisentraut.org>
Tue, 23 Jul 2019 12:40:42 +0000 (14:40 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Tue, 23 Jul 2019 12:47:24 +0000 (14:47 +0200)
commit06140c201b982436974d71e756d7331767a41e57
treee663a180e7f1f4645dc48e0ae741845f52b6652d
parent3cae75f4209bcbb06285544de0f1c59f717a3159
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
doc/src/sgml/ref/create_database.sgml
src/backend/commands/dbcommands.c
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/t/002_pg_dump.pl