mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add pg_settings.pending_restart column
with input from David G. Johnston, Robert Haas, Michael Paquier
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user