From f9244df78f647de52f7280bcfb62449b27348fa3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 26 Aug 2005 20:38:57 +0000 Subject: Add: > o Issue a warning if a change-on-restart-only postgresql.conf value > is modified and the server config files are reloaded > o Mark change-on-restart-only values in postgresql.conf 205a209 > o Fix SELECT '0.01 years'::interval, '0.01 months'::interval --- doc/src/FAQ/TODO.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index cb43147fb23..5e0dcb20ed5 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Fri Aug 26 15:41:03 EDT 2005 +Last updated: Fri Aug 26 16:38:55 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -76,6 +76,9 @@ first.

  • %Allow postgresql.conf file values to be changed via an SQL API, perhaps using SET GLOBAL
  • Allow the server to be stopped/restarted via an SQL API +
  • Issue a warning if a change-on-restart-only postgresql.conf value + is modified and the server config files are reloaded +
  • Mark change-on-restart-only values in postgresql.conf
  • Tablespaces