diff options
Diffstat (limited to 'doc/src/sgml/config.sgml')
| -rw-r--r-- | doc/src/sgml/config.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 1da7dfbc5cd..4b7bd8a86e6 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -175,6 +175,14 @@ shared_buffers = 128MB effect in the same way. Settings in <filename>postgresql.auto.conf</> override those in <filename>postgresql.conf</>. </para> + + <para> + The system view + <link linkend="view-pg-file-settings"><structname>pg_file_settings</structname></link> + can be helpful for pre-testing changes to the configuration file, or for + diagnosing problems if a <systemitem>SIGHUP</> signal did not have the + desired effects. + </para> </sect2> <sect2 id="config-setting-sql-command-interaction"> |
