From: Bruce Momjian Date: Thu, 22 Sep 2005 21:50:59 +0000 (+0000) Subject: Add: X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=191755c7c8d4f13a31c90cf1525bd5bcf0967c1c;p=users%2Fbernd%2Fpostgres.git Add: > > Another idea would be to allow actual SELECT queries in a COPY. --- diff --git a/doc/TODO b/doc/TODO index cd1a853e84..54dd3c06d8 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 83d5eb11b6..9ca3fda543 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-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