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 6f38916d37c..794d6c761b0 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -5412,6 +5412,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</> @@ -5421,10 +5428,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> |
