Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ba8a9a9

Browse files
committed
Add:
> o Consider normalizing fractions in postgresql.conf, perhaps > using '%' > > http://archives.postgresql.org/pgsql-hackers/2007-06/msg00550.php
1 parent beaef32 commit ba8a9a9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/TODO

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Tue Mar 11 16:04:51 EDT 2008
4+
Last updated: Tue Mar 11 16:16:32 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -111,6 +111,10 @@ Administration
111111
o Allow the server to be stopped/restarted via an SQL API
112112
o Issue a warning if a change-on-restart-only postgresql.conf value
113113
is modified and the server config files are reloaded
114+
o Consider normalizing fractions in postgresql.conf, perhaps
115+
using '%'
116+
117+
http://archives.postgresql.org/pgsql-hackers/2007-06/msg00550.php
114118

115119

116120
* Tablespaces

doc/src/FAQ/TODO.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Tue Mar 11 16:04:51 EDT 2008
11+
Last updated: Tue Mar 11 16:16:32 EDT 2008
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -106,6 +106,10 @@ <h1><a name="section_2">Administration</a></h1>
106106
</li><li>Allow the server to be stopped/restarted via an SQL API
107107
</li><li>Issue a warning if a change-on-restart-only postgresql.conf value
108108
is modified and the server config files are reloaded
109+
</li><li>Consider normalizing fractions in postgresql.conf, perhaps
110+
using '%'
111+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-06/msg00550.php">http://archives.postgresql.org/pgsql-hackers/2007-06/msg00550.php</a>
112+
</p>
109113
</li></ul>
110114
</li><li>Tablespaces
111115
<ul>

0 commit comments

Comments
 (0)