From: Bruce Momjian Date: Tue, 11 Mar 2008 20:16:40 +0000 (+0000) Subject: Add: X-Git-Tag: REL8_4_BETA1~1826 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba8a9a9282c0c1f962999887bb101b78bd479685;p=postgresql Add: > o Consider normalizing fractions in postgresql.conf, perhaps > using '%' > > http://archives.postgresql.org/pgsql-hackers/2007-06/msg00550.php --- diff --git a/doc/TODO b/doc/TODO index 13b933e797..0ba85c29c4 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 a6e172f43d..a8cad862f6 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