]> granicus.if.org Git - postgresql/commit
Use comma+space as the separator in the default search_path.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 20 Aug 2014 09:04:32 +0000 (12:04 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 20 Aug 2014 09:06:08 +0000 (12:06 +0300)
commit02587dcddc2cb5d9f7a17cb0281d168f5a0d6297
treea3b3ae34ffaed5519c7a9ec7a1624a45b2b4d1fe
parentc4762886539b06da682045e19ba73dcee3789638
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
doc/src/sgml/ddl.sgml
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample