Create a new GUC variable search_path to control the namespace search

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 838fe25a9532ab2e9b9b7517fec94e804cf3da81
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-04-01T03:34:27Z
Releases: 7.3.1
Create a new GUC variable search_path to control the namespace search
path.  The default behavior if no per-user schemas are created is that
all users share a 'public' namespace, thus providing behavior backwards
compatible with 7.2 and earlier releases.  Probably the semantics and
default setting will need to be fine-tuned, but this is a start.

Files