]> granicus.if.org Git - postgresql/commit
Adjust rules for search_path so that pg_catalog is never implicitly
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Apr 2002 22:33:21 +0000 (22:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Apr 2002 22:33:21 +0000 (22:33 +0000)
commitb66cbc1fa26aebfcfecbfff7c92d804d083af843
tree086bad494173af5c710c4e48c38b7f190b45fb56
parentc2f1e93aebf5178585d300d1153e23d66c24d51d
Adjust rules for search_path so that pg_catalog is never implicitly
selected as the creation target namespace; to make that happen, you
must explicitly set search_path that way.  This makes initdb a hair
more complex but seems like a good safety feature.
doc/src/sgml/runtime.sgml
src/backend/catalog/namespace.c
src/bin/initdb/initdb.sh