8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
628
628
</ li > < li > Add internationalized message strings
629
629
</ li > < li > Add COPY TO STDIN / STDOUT handling
630
630
</ 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
638
636
< p > PQfnumber() should never have been doing lowercasing, but
639
637
historically it has so we need a way to prevent it
640
638
</ 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
642
640
< p > Currently, all statement results are transferred to the libpq
643
641
client before libpq makes the results available to the
644
642
application. This feature would allow the application to make
@@ -647,6 +645,7 @@ <h1><a name="section_9">Clients</a></h1>
647
645
One complexity is that a statement like SELECT 1/col could error
648
646
out mid-way through the result set.
649
647
</ p >
648
+ </ li > </ ul >
650
649
</ li > </ ul >
651
650
< h1 > < a name ="section_10 "> Referential Integrity</ a > </ h1 >
652
651
@@ -1095,6 +1094,7 @@ <h1><a name="section_22">Source Code</a></h1>
1095
1094
code from the LibGW32C project as a guide.
1096
1095
</ p >
1097
1096
</ li > < li > Port contrib/xml2
1097
+ </ li > < li > Check WSACancelBlockingCall() for interrupts (win32intr)
1098
1098
</ li > </ ul >
1099
1099
</ li > < li > Wire Protocol Changes
1100
1100
< ul >
0 commit comments