Update:
authorBruce Momjian
Wed, 2 Aug 2006 13:36:45 +0000 (13:36 +0000)
committerBruce Momjian
Wed, 2 Aug 2006 13:36:45 +0000 (13:36 +0000)
<  o Add COPY TO STDIN / STDOUT handling
>  o Add COPY TO STDIN handling

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

index 00ea19405d72cf5d6626ca157eb59db3bb32cb6b..034b5651ac21daaba338b0f47fe053f33d3ae371 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Aug  2 09:29:49 EDT 2006
+Last updated:      Wed Aug  2 09:36:40 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -842,7 +842,7 @@ Clients
    o Make SET CONNECTION thread-aware, non-standard?
    o Allow multidimensional arrays
    o Add internationalized message strings
-   o Add COPY TO STDIN / STDOUT handling
+   o Add COPY TO STDIN handling
 
 
 * libpq
index 2c5976ce103a25706feebf2b85f78ed427d8f9fd..73a5d679d410cde0f45892b0f03e62036d9cb2da 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Aug  2 09:29:49 EDT 2006
+Last updated:           Wed Aug  2 09:36:40 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -763,7 +763,7 @@ first.
     
  • Make SET CONNECTION thread-aware, non-standard?
  •      
  • Allow multidimensional arrays
  •      
  • Add internationalized message strings
  • -    
  • Add COPY TO STDIN / STDOUT handling
  • +    
  • Add COPY TO STDIN handling
  •    
       
  • libpq
  •