Add doc cross-reference to search_path discussion of current_schemas().
authorRobert Haas
Mon, 13 Jun 2011 16:37:49 +0000 (12:37 -0400)
committerRobert Haas
Mon, 13 Jun 2011 16:37:49 +0000 (12:37 -0400)
Brendan Jurd

doc/src/sgml/config.sgml

index 2097499bda77d3a5d4ebc10a067b961767c5c414..3d9c3a0ca98e12e5080005e61eedf8576aa31700 100644 (file)
@@ -4491,7 +4491,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.