Update:
authorBruce Momjian
Sun, 4 Jun 2006 01:33:39 +0000 (01:33 +0000)
committerBruce Momjian
Sun, 4 Jun 2006 01:33:39 +0000 (01:33 +0000)
<  o Allow COPY to output from views
>  o Allow COPY to output from SELECT
570c570
<    Another idea would be to allow actual SELECT statements in a COPY.
>    COPY should also be able to output views.

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

index f6c586166dcac875028e3ab64858387a534377a5..27ff296d3287561213bdb6bf1339622b059d512b 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Jun  2 23:59:37 EDT 2006
+Last updated:      Sat Jun  3 21:33:24 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -565,9 +565,9 @@ SQL Commands
      the table at the same time, which is something that is 
      currently allowed.
 
-   o Allow COPY to output from views
+   o Allow COPY to output from SELECT
 
-     Another idea would be to allow actual SELECT statements in a COPY.
+     COPY should also be able to output views.
 
 
 * GRANT/REVOKE
index e69d56a8fccea01463521aa55fb5cf5a253ec2cc..ac392fa55d97d336449f28fe39bcd65ba9e89105 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Jun  2 23:59:37 EDT 2006
+Last updated:           Sat Jun  3 21:33:24 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -516,8 +516,8 @@ first.
           the table at the same time, which is something that is 
           currently allowed.
 

-    
  • Allow COPY to output from views
  • -

              Another idea would be to allow actual SELECT statements in a COPY.

    +    
  • Allow COPY to output from SELECT
  • +

              COPY should also be able to output views.

     

       
       
  • GRANT/REVOKE