diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2015-05-14 20:08:51 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2015-05-14 20:08:51 -0400 |
commit | a486e35706eaea17e27e5fa0a2de6bc98546de1e (patch) | |
tree | e46908c236abb0e34730877ab54fb993759e2439 /doc/src | |
parent | 333a870f94ac23f29befa346324f9dab7f3265e9 (diff) |
Add pg_settings.pending_restart column
with input from David G. Johnston, Robert Haas, Michael Paquier
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 2756652be21..6c51974961b 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -9042,6 +9042,14 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx or when examined by a non-superuser) </entry> </row> + <row> + <entry><structfield>pending_restart</structfield></entry> + <entry><type>boolean</type></entry> + <entry><literal>true</literal> if the value has been changed in the + configuration file but needs a restart; or <literal>false</literal> + otherwise. + </entry> + </row> </tbody> </tgroup> </table> |