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

Поиск
Список
Период
Сортировка
От heikki@postgresql.org (Heikki Linnakangas)
Тема pgsql: Tighten the check in initdb and CREATE DATABASE that the chosen
Дата
Msg-id 20080923105803.894257545A4@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: Make LC_COLLATE and LC_CTYPE database-level settings.
Следующее
От: mkz@pgfoundry.org (User Mkz)
Дата:
Сообщение: plproxy - plproxy: pgxs may not define FLEX/BISON