diff options
Diffstat (limited to 'doc/src/sgml/config.sgml')
-rw-r--r-- | doc/src/sgml/config.sgml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index cbb207d59c5..68e44250b64 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -5545,6 +5545,13 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; </para> <para> + For more information on schema handling, see + <xref linkend="ddl-schemas">. In particular, the default + configuration is suitable only when the database has a single user or + a few mutually-trusting users. + </para> + + <para> The current effective value of the search path can be examined via the <acronym>SQL</acronym> function <function>current_schemas</> @@ -5554,10 +5561,6 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; <function>current_schemas</> shows how the items appearing in <varname>search_path</varname> were resolved. </para> - - <para> - For more information on schema handling, see <xref linkend="ddl-schemas">. - </para> </listitem> </varlistentry> |