From efdec1ac1bcef6f65b453efa70241a36c70863aa Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 23 Aug 2006 02:48:12 +0000 Subject: Update COPY/VIEW item: < 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/src/FAQ/TODO.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index e800404d8d3..fc99ab38c9c 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-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 +

  • GRANT/REVOKE