From a486e35706eaea17e27e5fa0a2de6bc98546de1e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 14 May 2015 20:08:51 -0400 Subject: Add pg_settings.pending_restart column with input from David G. Johnston, Robert Haas, Michael Paquier --- doc/src/sgml/catalogs.sgml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/src') 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) + + pending_restart + boolean + true if the value has been changed in the + configuration file but needs a restart; or false + otherwise. + + -- cgit v1.2.3