|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated: Fri Aug 2615:41:03 EDT 2005 |
| 11 | +Last updated: Fri Aug 2616:38:55 EDT 2005 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -76,6 +76,9 @@ <h1><a name="section_2">Administration</a></h1>
|
76 | 76 | </li><li>%Allow postgresql.conf file values to be changed via an SQL
|
77 | 77 | API, perhaps using SET GLOBAL
|
78 | 78 | </li><li>Allow the server to be stopped/restarted via an SQL API
|
| 79 | +</li><li>Issue a warning if a change-on-restart-only postgresql.conf value |
| 80 | + is modified and the server config files are reloaded |
| 81 | +</li><li>Mark change-on-restart-only values in postgresql.conf |
79 | 82 | </li></ul>
|
80 | 83 | </li><li>Tablespaces
|
81 | 84 | <ul>
|
@@ -187,6 +190,7 @@ <h1><a name="section_4">Data Types</a></h1>
|
187 | 190 | <p> If the TIMESTAMP value is stored with a time zone name, interval
|
188 | 191 | computations should adjust based on the time zone rules.
|
189 | 192 | </p>
|
| 193 | +</li><li>Fix SELECT '0.01 years'::interval, '0.01 months'::interval |
190 | 194 | </li><li>Add ISO INTERVAL handling
|
191 | 195 | <ul>
|
192 | 196 | <li>Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO
|
|