From ba8a9a9282c0c1f962999887bb101b78bd479685 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 11 Mar 2008 20:16:40 +0000 Subject: [PATCH] Add: > o Consider normalizing fractions in postgresql.conf, perhaps > using '%' > > http://archives.postgresql.org/pgsql-hackers/2007-06/msg00550.php --- doc/TODO | 6 +++++- doc/src/FAQ/TODO.html | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 13b933e7976..0ba85c29c4b 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Tue Mar 11 16:04:51 EDT 2008 +Last updated: Tue Mar 11 16:16:32 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -111,6 +111,10 @@ Administration o Allow the server to be stopped/restarted via an SQL API o Issue a warning if a change-on-restart-only postgresql.conf value is modified and the server config files are reloaded + o Consider normalizing fractions in postgresql.conf, perhaps + using '%' + + http://archives.postgresql.org/pgsql-hackers/2007-06/msg00550.php * Tablespaces diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index a6e172f43d1..a8cad862f66 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Tue Mar 11 16:04:51 EDT 2008 +Last updated: Tue Mar 11 16:16:32 EDT 2008

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -106,6 +106,10 @@ first. There is also a developer's wiki at

  • 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 +
  • Consider normalizing fractions in postgresql.conf, perhaps + using '%' +

    http://archives.postgresql.org/pgsql-hackers/2007-06/msg00550.php +

  • Tablespaces