Modify:
authorBruce Momjian
Tue, 4 Jul 2006 13:22:41 +0000 (13:22 +0000)
committerBruce Momjian
Tue, 4 Jul 2006 13:22:41 +0000 (13:22 +0000)
<  o -Add PQescapeIdentifier()
>  o Add PQescapeIdentifierConn()

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

index ffbd9de95f682c1dbc5c527c72d45995b324f3a4..37c47135d723b30ac56e34d12855890eb8186125 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Jul  1 22:22:33 EDT 2006
+Last updated:      Tue Jul  4 09:22:34 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -840,7 +840,7 @@ Clients
 * libpq
 
    o Add a function to support Parse/DescribeStatement capability
-   o -Add PQescapeIdentifier()
+   o Add PQescapeIdentifierConn()
    o Prevent PQfnumber() from lowercasing unquoted the column name
 
      PQfnumber() should never have been doing lowercasing, but 
index 8998ab37fb0c5f44cf065d3d9085bc1754d55624..100a8d0632c13a51a1c60547c579b768c13ee335 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Jul  1 22:22:33 EDT 2006
+Last updated:           Tue Jul  4 09:22:34 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -762,7 +762,7 @@ first.
   
  • libpq
  •    
           
    • Add a function to support Parse/DescribeStatement capability
    • -    
    • -Add PQescapeIdentifier()
    • +    
    • Add PQescapeIdentifierConn()
    •      
    • Prevent PQfnumber() from lowercasing unquoted the column name
    •  

                PQfnumber() should never have been doing lowercasing, but 

                 historically it has so we need a way to prevent it