Update COPY/VIEW item:
authorBruce Momjian
Wed, 23 Aug 2006 02:48:12 +0000 (02:48 +0000)
committerBruce Momjian
Wed, 23 Aug 2006 02:48:12 +0000 (02:48 +0000)
<  o Allow COPY to output from SELECT
>  o Allow COPY (SELECT ...) TO 'filename'
<    COPY should also be able to output views.
>    COPY should also be able to output views using COPY (SELECT
>    * FROM view) TO 'filename' internally.

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

index 9ffbbe896ec96f3bffa1d414c70f118adb9a6208..d49cfa4a90f8d66d1ba0d46fe1692f69e67212ba 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Aug 21 23:40:32 EDT 2006
+Last updated:      Tue Aug 22 22:48:03 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -610,9 +610,10 @@ SQL Commands
      the table at the same time, which is something that is 
      currently allowed.
 
-   o Allow COPY to output from SELECT
+   o Allow COPY (SELECT ...) TO 'filename'
 
-     COPY should also be able to output views.
+     COPY should also be able to output views using COPY (SELECT
+     * FROM view) TO 'filename' internally.
      http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php
 
 
index e800404d8d37921075e21c5d44c0f8d7059c8d71..fc99ab38c9c56548319c0750b582afca5918574f 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Aug 21 23:40:32 EDT 2006
+Last updated:           Tue Aug 22 22:48:03 EDT 2006
 

 

The most recent version of this document can be viewed at

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

-    
  • Allow COPY to output from SELECT
  • -

              COPY should also be able to output views.

    +    
  • Allow COPY (SELECT ...) TO 'filename'
  • +

              COPY should also be able to output views using COPY (SELECT

    +    

      +      
    • FROM view) TO 'filename' internally.
    •            http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php
      ->
      +    >
         
         
    • GRANT/REVOKE
    •