From c37ddf371d6658945481ec973d5e903a09ee7512 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 22 Sep 2005 21:50:59 +0000 Subject: Add: > > Another idea would be to allow actual SELECT queries in a COPY. --- doc/src/FAQ/TODO.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 83d5eb11b65..9ca3fda543e 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