pgsql: Use comma+space as the separator in the default search_path.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Use comma+space as the separator in the default search_path.
Дата
Msg-id E1XK1yh-0005sA-AB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use comma+space as the separator in the default search_path.

While the space is optional, it seems nicer to be consistent with what
you get if you do "SET search_path=...". SET always normalizes the
separator to be comma+space.

Christoph Martin

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/02587dcddc2cb5d9f7a17cb0281d168f5a0d6297

Modified Files
--------------
doc/src/sgml/ddl.sgml                         |    2 +-
src/backend/utils/misc/guc.c                  |    2 +-
src/backend/utils/misc/postgresql.conf.sample |    2 +-
3 files changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Revert "Fix bug in checking of IDENTIFY_SYSTEM result."
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: adjust logging to use QUERY_ALLOC lengths