From c06bdaf92c78d3d5bc6efdc4474abbf33ab7a047 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 13 Jun 2011 12:37:49 -0400 Subject: [PATCH] Add doc cross-reference to search_path discussion of current_schemas(). Brendan Jurd --- doc/src/sgml/config.sgml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 1b8e5a5259a..16d7433c2a3 100644 --- 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.