|
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: Wed Oct 1218:39:34 EDT 2005 |
| 11 | +Last updated: Wed Oct 1221:23:47 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>.
|
@@ -490,6 +490,10 @@ <h1><a name="section_9">Clients</a></h1>
|
490 | 490 | <ul>
|
491 | 491 | <li>Add a libpq function to support Parse/DescribeStatement capability
|
492 | 492 | </li><li>Add PQescapeIdentifier() to libpq
|
| 493 | +</li><li>Prevent PQfnumber() from lowercasing unquoted the column name |
| 494 | +<p> PQfnumber() should never have been doing lowercasing, but historically |
| 495 | + it has so we need a way to prevent it |
| 496 | +</p> |
493 | 497 | </li><li>Have initdb set the input DateStyle (MDY or DMY) based on locale?
|
494 | 498 | </li><li>Have pg_ctl look at PGHOST in case it is a socket directory?
|
495 | 499 | </li><li>Allow pg_ctl to work properly with configuration files located outside
|
|