Add:
authorBruce Momjian
Thu, 22 Sep 2005 21:50:59 +0000 (21:50 +0000)
committerBruce Momjian
Thu, 22 Sep 2005 21:50:59 +0000 (21:50 +0000)
>
>    Another idea would be to allow actual SELECT queries in a COPY.

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

index cd1a853e84c883d004a2186ccabadca3502f7190..54dd3c06d8dfd9cfdfdf0325593064dd172c8b65 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Thu Sep 22 12:01:48 EDT 2005
+Last updated:      Thu Sep 22 17:50:57 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -456,6 +456,8 @@ SQL Commands
 
    o Allow COPY to output from views
 
+     Another idea would be to allow actual SELECT queries in a COPY.
+
 
 * GRANT/REVOKE
 
index 83d5eb11b65ac0226a9bacb48194fc77cc014e4c..9ca3fda543ebf196d289a1f3ecebb2466d2e6d93 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Thu Sep 22 12:01:48 EDT 2005
+Last updated:           Thu Sep 22 17:50:57 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -415,6 +415,8 @@ first.
           currently allowed.
 

     
  • Allow COPY to output from views
  • +

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

    +

       
       
  • GRANT/REVOKE
  •