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

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

From
Heikki Linnakangas
Date:
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(-)