Tighten the check in initdb and CREATE DATABASE that the chosen encoding
authorHeikki Linnakangas <heikki@enterprisedb.com>
Tue, 23 Sep 2008 10:58:03 +0000 (10:58 +0000)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Tue, 23 Sep 2008 10:58:03 +0000 (10:58 +0000)
commit4b0502baaa337b877c69ae2cfd051d684802450a
treef1e2ec560b08b4eaf85c49fc58f9cea1a160bf25
parent34205f8024fc0b87c1f9f253a86b90963fd1ba8d
Tighten the check in initdb and CREATE DATABASE that the chosen encoding
matches the encoding of the locale. LC_COLLATE is now checked in addition
to LC_CTYPE.
doc/src/sgml/charset.sgml
src/backend/commands/dbcommands.c
src/bin/initdb/initdb.c