From 80c20fcf3df17309b3c131962045825f42e45bc7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 25 Jan 2013 12:48:51 -0500 Subject: [PATCH] doc: split search_path index entries into separate secondaries Karl O. Pinc --- doc/src/sgml/config.sgml | 3 ++- doc/src/sgml/ddl.sgml | 3 ++- doc/src/sgml/ref/create_function.sgml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.30.2