pgsql: Make locale option behavior more consistent

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Make locale option behavior more consistent
Дата
Msg-id E1oY5CJ-0009sD-B5@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make locale option behavior more consistent

Locale options can be specified for initdb, createdb, and CREATE
DATABASE.  In initdb, it has always been possible to specify --locale
and then some --lc-* option to override a category.  CREATE DATABASE
and createdb didn't allow that, requiring either the all-categories
option or only per-category options.  In
f2553d43060edb210b36c63187d52a632448e1d2, this was changed in CREATE
DATABASE (perhaps by accident?) to be more like the initdb behavior,
but createdb still had the old behavior.

Now we change createdb to match the behavior of CREATE DATABASE and
initdb, and also update the documentation of CREATE DATABASE to match
the new behavior, which was not done in the above commit.

Author: Marina Polyakova <m.polyakova@postgrespro.ru>
Reviewed-by: Justin Pryzby <pryzby@telsasoft.com>
Discussion: https://www.postgresql.org/message-id/7c99c132dc9c0ac630e0127f032ac480@postgrespro.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/da5d4ea5aaac4fc02f2e2aec272efe438dd4e171

Modified Files
--------------
doc/src/sgml/ref/create_database.sgml |  3 +--
src/bin/scripts/createdb.c            | 10 ++++------
2 files changed, 5 insertions(+), 8 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Improve wal_decode_buffer_size description some more
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_clean_ascii(): escape bytes rather than lose them