]> granicus.if.org Git - postgresql/commit
Tighten the check in initdb and CREATE DATABASE that the chosen encoding
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 23 Sep 2008 10:58:03 +0000 (10:58 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 23 Sep 2008 10:58:03 +0000 (10:58 +0000)
commitc2d4526495a149d215a9c2a6e0f7c165e78e6b66
tree0eb89fd07cddac5814d3eae3e0d0168ca43e45cc
parent61d967498802ab86d8897cb3c61740d7e9d712f6
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