1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-09 17:03:00 +03:00
< 	o Allow COPY to output from views
> 	o Allow COPY to output from SELECT
570c570
< 	  Another idea would be to allow actual SELECT statements in a COPY.
> 	  COPY should also be able to output views.
This commit is contained in:
Bruce Momjian
2006-06-04 01:33:39 +00:00
parent e5b198066d
commit d7739850e4
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Fri Jun 2 23:59:37 EDT 2006
Last updated: Sat Jun 3 21:33:24 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -565,9 +565,9 @@ SQL Commands
the table at the same time, which is something that is
currently allowed.
o Allow COPY to output from views
o Allow COPY to output from SELECT
Another idea would be to allow actual SELECT statements in a COPY.
COPY should also be able to output views.
* GRANT/REVOKE