projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45d792f
)
Add doc cross-reference to search_path discussion of current_schemas().
author
Robert Haas
Mon, 13 Jun 2011 16:37:49 +0000
(12:37 -0400)
committer
Robert Haas
Mon, 13 Jun 2011 16:38:47 +0000
(12:38 -0400)
Brendan Jurd
doc/src/sgml/config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index 1b8e5a5259a5c73d1b92de47137d1477825eedf0..16d7433c2a3d6faf3857fb513f02bc0f2d8de056 100644
(file)
--- a/
doc/src/sgml/config.sgml
+++ b/
doc/src/sgml/config.sgml
@@
-4285,7
+4285,9
@@
COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
The current effective value of the search path can be examined
via the
SQL
function
-
current_schemas()>. This is not quite the same as
+
current_schemas()>
+ (see
).
+ This is not quite the same as
examining the value of
search_path
, since
current_schemas()> shows how the items
appearing in
search_path
were resolved.