doc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 and
authorBruce Momjian
Sat, 26 Jan 2013 02:01:17 +0000 (21:01 -0500)
committerBruce Momjian
Sat, 26 Jan 2013 02:01:17 +0000 (21:01 -0500)
0e93959a70ac6e7c7858d1d6fb00645e7540a1cc

Revert patch that modified doc index mentions of search_path

Per Peter E.

doc/src/sgml/config.sgml
doc/src/sgml/ddl.sgml
doc/src/sgml/ref/create_function.sgml

index 19f513eca31683819d277b95628e17262d70b9a4..175d1d5ebf4e79eb57953aa11313763aea3cf87c 100644 (file)
@@ -4778,8 +4778,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
      
       search_path (string)
       
-       search_path
-       configuration parameter
+       search_path configuration parameter
       
       pathfor schemas
       
index f869b50ab2e25ccbf8b750078fdbcda2e1f9215b..207de9b125994c2c08e3e4d9de4b9da62abc6686 100644 (file)
@@ -1735,8 +1735,7 @@ CREATE TABLE public.products ( ... );
    
 
    
-    search_path
-    configuration parameter
+    search_path configuration parameter
    
 
    
index 1f6c134664c9d5b71d62cd09481615d8dfdbe72c..48160b255e32c5ecb12debb661e811f319b78583 100644 (file)
@@ -674,7 +674,7 @@ SELECT * FROM dup(42);
   Writing <literal>SECURITY DEFINER</literal> Functions Safely
 
   
-   search_path
+   search_path configuration parameter
    use in securing functions