diff --git a/doc/TODO b/doc/TODO index cd1a853e84c883d004a2186ccabadca3502f7190..54dd3c06d8dfd9cfdfdf0325593064dd172c8b65 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 83d5eb11b65ac0226a9bacb48194fc77cc014e4c..9ca3fda543ebf196d289a1f3ecebb2466d2e6d93 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