Add:
authorBruce Momjian
Sat, 30 Jul 2005 02:52:30 +0000 (02:52 +0000)
committerBruce Momjian
Sat, 30 Jul 2005 02:52:30 +0000 (02:52 +0000)
> * Add PQescapeIdentifier() to libpq

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

index 7fe098c4bcc99fae5b3b6099eb9b5d755205ce1f..af926f6277c81dbf00a5f3ff4f4cec035cae8ac6 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Jul 29 12:05:22 EDT 2005
+Last updated:      Fri Jul 29 22:52:27 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -539,6 +539,7 @@ Clients
 
   This would be used for checking if the server is up.
 
+* Add PQescapeIdentifier() to libpq
 * Have initdb set DateStyle based on locale?
 * Have pg_ctl look at PGHOST in case it is a socket directory?
 * Add a schema option to createlang
index f97cece5412b04096735525970860bb507726e95..ccbf15f1107196b7bb946d59f4175c2f0937056e 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Jul 29 12:05:22 EDT 2005
+Last updated:           Fri Jul 29 22:52:27 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -492,6 +492,7 @@ first.
   
  • Allow libpq to access SQLSTATE so pg_ctl can test for connection failure
  •  

      This would be used for checking if the server is up.

     

    +  
  • Add PQescapeIdentifier() to libpq
  •    
  • Have initdb set DateStyle based on locale?
  •    
  • Have pg_ctl look at PGHOST in case it is a socket directory?
  •    
  • Add a schema option to createlang