Add for ecpg:
authorBruce Momjian
Mon, 6 Mar 2006 15:13:38 +0000 (15:13 +0000)
committerBruce Momjian
Mon, 6 Mar 2006 15:13:38 +0000 (15:13 +0000)
>  o Add COPY TO STDIN / STDOUT handling

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

index e0504aa101d9a1fa5bed07773d4984747c28795a..ca254542f31deedebbcf693e8530eff6bcbfbf3f 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Mar  6 00:22:30 EST 2006
+Last updated:      Mon Mar  6 10:13:39 EST 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -686,6 +686,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
 
 
 libpq
index 9d9b4bae3bdd269998224e04a0e24e470d2027d4..5fa238c5ccdb578b5e400a5e68656b615e2471e9 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Mar  6 00:22:30 EST 2006
+Last updated:           Mon Mar  6 10:13:39 EST 2006
 

 

The most recent version of this document can be viewed at

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

    libpq