From: Bruce Momjian Date: Fri, 25 Jan 2013 17:48:51 +0000 (-0500) Subject: doc: split search_path index entries into separate secondaries X-Git-Url: http://git.postgresql.org/gitweb/static/developers.postgresql.org?a=commitdiff_plain;h=80c20fcf3df17309b3c131962045825f42e45bc7;p=users%2Frhaas%2Fpostgres.git doc: split search_path index entries into separate secondaries Karl O. Pinc --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index b7df8ce612..5f47c1fa08 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4778,7 +4778,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; search_path (string) - search_path configuration parameter + search_path + configuration parameter pathfor schemas diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 207de9b125..929d29c5ca 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -1735,7 +1735,8 @@ CREATE TABLE public.products ( ... ); - search_path configuration parameter + search_path + run-time setting diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 48160b255e..1f6c134664 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -674,7 +674,7 @@ SELECT * FROM dup(42); Writing <literal>SECURITY DEFINER</literal> Functions Safely - search_path configuration parameter + search_path use in securing functions