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:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11- Last updated: Mon Mar 6 10:13:39 EST 2006
11+ Last updated: Mon Mar 6 10:19:42 EST 2006
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 > .
@@ -628,17 +628,15 @@ <h1><a name="section_9">Clients</a></h1>
628628 </ li > < li > Add internationalized message strings
629629 </ li > < li > Add COPY TO STDIN / STDOUT handling
630630 </ li > </ ul >
631- </ li > </ ul >
632- < p > libpq
633- </ p >
634- < ul >
635- < li > Add a function to support Parse/DescribeStatement capability
636- </ li > < li > Add PQescapeIdentifier()
637- </ li > < li > Prevent PQfnumber() from lowercasing unquoted the column name
631+ </ li > < li > libpq
632+ < ul >
633+ < li > Add a function to support Parse/DescribeStatement capability
634+ </ li > < li > Add PQescapeIdentifier()
635+ </ li > < li > Prevent PQfnumber() from lowercasing unquoted the column name
638636< p > PQfnumber() should never have been doing lowercasing, but
639637 historically it has so we need a way to prevent it
640638</ p >
641- </ li > < li > Allow statement results to be automatically batched to the client
639+ </ li > < li > Allow statement results to be automatically batched to the client
642640< p > Currently, all statement results are transferred to the libpq
643641 client before libpq makes the results available to the
644642 application. This feature would allow the application to make
@@ -647,6 +645,7 @@ <h1><a name="section_9">Clients</a></h1>
647645 One complexity is that a statement like SELECT 1/col could error
648646 out mid-way through the result set.
649647</ p >
648+ </ li > </ ul >
650649</ li > </ ul >
651650< h1 > < a name ="section_10 "> Referential Integrity</ a > </ h1 >
652651
@@ -1095,6 +1094,7 @@ <h1><a name="section_22">Source Code</a></h1>
10951094 code from the LibGW32C project as a guide.
10961095</ p >
10971096 </ li > < li > Port contrib/xml2
1097+ </ li > < li > Check WSACancelBlockingCall() for interrupts (win32intr)
10981098 </ li > </ ul >
10991099 </ li > < li > Wire Protocol Changes
11001100 < ul >
0 commit comments