pgsql: Add a --locale switch to createdb, to ease the creation of

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Add a --locale switch to createdb, to ease the creation of
Дата
Msg-id 20081110162541.EA1AF7545A4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add a --locale switch to createdb, to ease the creation of databases with
different locales.  This is just syntactical sweetener over --lc-collate and
--lc-ctype.  Per discussion.

While at it, properly document --lc-ctype and --lc-collate in SGML docs,
which apparently were forgotten (or purposefully ommited?) when they were
created.

Modified Files:
--------------
    pgsql/doc/src/sgml/ref:
        createdb.sgml (r1.47 -> r1.48)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/createdb.sgml?r1=1.47&r2=1.48)
    pgsql/src/bin/scripts:
        createdb.c (r1.27 -> r1.28)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/createdb.c?r1=1.27&r2=1.28)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: pg_do_encoding_conversion cannot return NULL (at least not unless
Следующее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: Fix 'Q' format char parsing in the new to_timestamp() code.