pgsql: Tighten the check in initdb and CREATE DATABASE that the chosen - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Tighten the check in initdb and CREATE DATABASE that the chosen
Date
Msg-id 20080923105803.894257545A4@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Make LC_COLLATE and LC_CTYPE database-level settings.
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: plproxy - plproxy: pgxs may not define FLEX/BISON