pgsql: Tighten the check in initdb and CREATE DATABASE that the chosen

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tighten the check in initdb and CREATE DATABASE that the chosen
Date: 2008-09-23 10:58:03
Message-ID: 20080923105803.894257545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/doc/src/sgml:
charset.sgml (r2.88 -> r2.89)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/charset.sgml?r1=2.88&r2=2.89)
pgsql/src/backend/commands:
dbcommands.c (r1.211 -> r1.212)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/dbcommands.c?r1=1.211&r2=1.212)
pgsql/src/bin/initdb:
initdb.c (r1.160 -> r1.161)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c?r1=1.160&r2=1.161)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2008-09-23 13:58:33 plproxy - plproxy: pgxs may not define FLEX/BISON
Previous Message Heikki Linnakangas 2008-09-23 09:20:40 pgsql: Make LC_COLLATE and LC_CTYPE database-level settings.