summaryrefslogtreecommitdiff
path: root/doc/src/FAQ
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2006-02-04 12:50:47 +0000
committerPeter Eisentraut <peter_e@gmx.net>2006-02-04 12:50:47 +0000
commit3fa9c416ed14f1d46567fdcf99c8d639034dbeec (patch)
treeaeb0a65fd02a6218151f8c1a387aed1ac8f30fbb /doc/src/FAQ
parentbc6a824ca6c1299be32a47652e7afd3704778021 (diff)
Issue a warning if a change-on-restart-only postgresql.conf value is
modified and the server config files are reloaded
Diffstat (limited to 'doc/src/FAQ')
-rw-r--r--doc/src/FAQ/TODO.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 9aafe3e9c30..d9d21ac4c74 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -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