pgsql: Use comma+space as the separator in the default search_path. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Use comma+space as the separator in the default search_path.
Date
Msg-id E1XK1yh-0005sA-AB@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Revert "Fix bug in checking of IDENTIFY_SYSTEM result."
Next
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: adjust logging to use QUERY_ALLOC lengths