aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-03-11 20:16:40 +0000
committerBruce Momjian <bruce@momjian.us>2008-03-11 20:16:40 +0000
commitba8a9a9282c0c1f962999887bb101b78bd479685 (patch)
treeb0652496615f3a262787b46121f76c0b2efcf27c
parentbeaef327eb95fc350db3c874614a42bafdd05307 (diff)
downloadpostgresql-ba8a9a9282c0c1f962999887bb101b78bd479685.tar.gz
postgresql-ba8a9a9282c0c1f962999887bb101b78bd479685.zip
Add:
> o Consider normalizing fractions in postgresql.conf, perhaps > using '%' > > http://archives.postgresql.org/pgsql-hackers/2007-06/msg00550.php
-rw-r--r--doc/TODO6
-rw-r--r--doc/src/FAQ/TODO.html6
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 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Tue Mar 11 16:04:51 EDT 2008
+Last updated: Tue Mar 11 16:16:32 EDT 2008
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -106,6 +106,10 @@ first. There is also a developer's wiki at<br/>
</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>Consider normalizing fractions in postgresql.conf, perhaps
+ using '%'
+<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-06/msg00550.php">http://archives.postgresql.org/pgsql-hackers/2007-06/msg00550.php</a>
+</p>
</li></ul>
</li><li>Tablespaces
<ul>