Done:
authorBruce Momjian
Mon, 21 Aug 2006 12:50:29 +0000 (12:50 +0000)
committerBruce Momjian
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 ([email protected])
-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 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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.
@@ -764,7 +764,7 @@ first.
   
   
  • libpq
  •    
      -    
    • Add a function to support Parse/DescribeStatement capability
    • +    
    • -Add a function to support Parse/DescribeStatement capability
    •      
    • Add PQescapeIdentifierConn()
    •      
    • Prevent PQfnumber() from lowercasing unquoted the column name
    •  

                PQfnumber() should never have been doing lowercasing, but