Commit d2eb1d12 authored by Bruce Momjian's avatar Bruce Momjian

Add for Win32:

> 	o Check WSACancelBlockingCall() for interrupts (win32intr)
>
parent 07408e84
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Mon Mar 6 10:13:39 EST 2006 Last updated: Mon Mar 6 10:19:42 EST 2006
The most recent version of this document can be viewed at The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -689,7 +689,7 @@ Clients ...@@ -689,7 +689,7 @@ Clients
o Add COPY TO STDIN / STDOUT handling o Add COPY TO STDIN / STDOUT handling
libpq * libpq
o Add a function to support Parse/DescribeStatement capability o Add a function to support Parse/DescribeStatement capability
o Add PQescapeIdentifier() o Add PQescapeIdentifier()
...@@ -1206,6 +1206,8 @@ Source Code ...@@ -1206,6 +1206,8 @@ Source Code
code from the LibGW32C project as a guide. code from the LibGW32C project as a guide.
o Port contrib/xml2 o Port contrib/xml2
o Check WSACancelBlockingCall() for interrupts (win32intr)
* Wire Protocol Changes * Wire Protocol Changes
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
Last updated: Mon Mar 6 10:13:39 EST 2006 Last updated: Mon Mar 6 10:19:42 EST 2006
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -628,10 +628,8 @@ first. ...@@ -628,10 +628,8 @@ first.
</li><li>Add internationalized message strings </li><li>Add internationalized message strings
</li><li>Add COPY TO STDIN / STDOUT handling </li><li>Add COPY TO STDIN / STDOUT handling
</li></ul> </li></ul>
</li></ul> </li><li>libpq
<p>libpq <ul>
</p>
<ul>
<li>Add a function to support Parse/DescribeStatement capability <li>Add a function to support Parse/DescribeStatement capability
</li><li>Add PQescapeIdentifier() </li><li>Add PQescapeIdentifier()
</li><li>Prevent PQfnumber() from lowercasing unquoted the column name </li><li>Prevent PQfnumber() from lowercasing unquoted the column name
...@@ -647,6 +645,7 @@ first. ...@@ -647,6 +645,7 @@ first.
One complexity is that a statement like SELECT 1/col could error One complexity is that a statement like SELECT 1/col could error
out mid-way through the result set. out mid-way through the result set.
</p> </p>
</li></ul>
</li></ul> </li></ul>
<h1><a name="section_10">Referential Integrity</a></h1> <h1><a name="section_10">Referential Integrity</a></h1>
...@@ -1095,6 +1094,7 @@ first. ...@@ -1095,6 +1094,7 @@ first.
code from the LibGW32C project as a guide. code from the LibGW32C project as a guide.
</p> </p>
</li><li>Port contrib/xml2 </li><li>Port contrib/xml2
</li><li>Check WSACancelBlockingCall() for interrupts (win32intr)
</li></ul> </li></ul>
</li><li>Wire Protocol Changes </li><li>Wire Protocol Changes
<ul> <ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment