|
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: Tue Oct 1122:57:45 EDT 2005 |
| 11 | +Last updated: Tue Oct 1123:26:33 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>.
|
@@ -489,7 +489,10 @@ <h1><a name="section_9">Clients</a></h1>
|
489 | 489 |
|
490 | 490 | <ul>
|
491 | 491 | <li>Add a libpq function to support Parse/DescribeStatement capability
|
492 |
| -</li><li>Prevent libpq's PQfnumber() from lowercasing the column name? |
| 492 | +</li><li>Prevent libpq's PQfnumber() from lowercasing the column name |
| 493 | +<p> One idea is to lowercase all identifiers except those that are |
| 494 | + surrounded by quotes. |
| 495 | +</p> |
493 | 496 | </li><li>Add PQescapeIdentifier() to libpq
|
494 | 497 | </li><li>Have initdb set the input DateStyle (MDY or DMY) based on locale?
|
495 | 498 | </li><li>Have pg_ctl look at PGHOST in case it is a socket directory?
|
|