1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Issue a warning if a change-on-restart-only postgresql.conf value is

modified  and the server config files are reloaded
This commit is contained in:
Peter Eisentraut
2006-02-04 12:50:47 +00:00
parent bc6a824ca6
commit 3fa9c416ed
3 changed files with 52 additions and 5 deletions

View File

@ -26,7 +26,7 @@ first.
<ul>
<li>%Remove behavior of postmaster -o
</li><li>-*%Allow pooled connections to list all prepared statements*
</li><li>-<em>%Allow pooled connections to list all prepared statements</em>
<p> This would allow an application inheriting a pooled connection to know
the statements prepared in the current session.
</p>
@ -79,8 +79,8 @@ first.
</li><li>%Allow postgresql.conf file values to be changed via an SQL
API, perhaps using SET GLOBAL
</li><li>Allow the server to be stopped/restarted via an SQL API
</li><li>Issue a warning if a change-on-restart-only postgresql.conf value
is modified and the server config files are reloaded
</li><li>-<em>Issue a warning if a change-on-restart-only postgresql.conf value
is modified and the server config files are reloaded</em>
</li><li>Mark change-on-restart-only values in postgresql.conf
</li></ul>
</li><li>Tablespaces