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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use comma+space as the separator in the default search_path.
Date: 2014-08-20 09:14:47
Message-ID: E1XK1yh-0005sA-AB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-08-20 17:04:47 pgsql: pg_upgrade: adjust logging to use QUERY_ALLOC lengths
Previous Message Fujii Masao 2014-08-19 09:51:31 pgsql: Revert "Fix bug in checking of IDENTIFY_SYSTEM result."