Tighten the check in initdb and CREATE DATABASE that the chosen encoding
commit5a035b414e143419c5fe7855127a699c34891379
authorheikki <heikki>
Tue, 23 Sep 2008 10:58:03 +0000 (23 10:58 +0000)
committerheikki <heikki>
Tue, 23 Sep 2008 10:58:03 +0000 (23 10:58 +0000)
treecaeaa91b187232b398cbcbb360259639c307a28a
parentd2ca145b6fc493596e2e23f0099084ca765435f6
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