]> granicus.if.org Git - postgresql/commitdiff
Done:
authorBruce Momjian <bruce@momjian.us>
Mon, 21 Aug 2006 12:50:29 +0000 (12:50 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 21 Aug 2006 12:50:29 +0000 (12:50 +0000)
<  o Add a function to support Parse/DescribeStatement capability
>  o -Add a function to support Parse/DescribeStatement capability

doc/TODO
doc/src/FAQ/TODO.html

index a4dcb9d41cfed33b70950f028d647a9af2055d26..89152d74cdbb95fb5511e3610aa673342844987c 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian (bruce@momjian.us)
-Last updated:          Mon Aug 21 08:20:16 EDT 2006
+Last updated:          Mon Aug 21 08:50:23 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -841,7 +841,7 @@ Clients
 
 * libpq
 
-       o Add a function to support Parse/DescribeStatement capability
+       o -Add a function to support Parse/DescribeStatement capability
        o Add PQescapeIdentifierConn()
        o Prevent PQfnumber() from lowercasing unquoted the column name
 
index b8e43a59751b3473277bb29abfc1b0d7e5742c25..10676cb25ba94a4fcc9a0fab46880e6ac75f19bb 100644 (file)
@@ -8,7 +8,7 @@
 <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
 <h1><a name="section_1">PostgreSQL TODO List</a></h1>
 <p>Current maintainer:     Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated:           Mon Aug 21 08:20:16 EDT 2006
+Last updated:           Mon Aug 21 08:50:23 EDT 2006
 </p>
 <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>.
@@ -764,7 +764,7 @@ first.
   </li></ul>
   </li><li>libpq
   <ul>
-    <li>Add a function to support Parse/DescribeStatement capability
+    <li>-<em>Add a function to support Parse/DescribeStatement capability</em>
     </li><li>Add PQescapeIdentifierConn()
     </li><li>Prevent PQfnumber() from lowercasing unquoted the column name
 <p>          PQfnumber() should never have been doing lowercasing, but