> > is a patch to add some cross-referencing.
Oliver Elphick
path returned.
+
+ changing at runtime
+
+ The search path may be altered by a runtime-alterable GUC setting. The
+ command to use is
+ SET SEARCH_PATH 'schema'[,'schema']...
+
+
+
System Information Functions
+
+ current schema
+
The current effective value of the search path can be examined
via the SQL function current_schemas()>. This is not
quite the same as examining the value of
place pg_catalog> at the end of your search path if you
prefer to have user-defined names override built-in names.
+
+ The search path is determined by the GUC variable SEARCH_PATH and
+ may be changed at any time. See .
+