1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00
< Last updated:		Tue Aug 29 12:21:52 EDT 2006
> Last updated:		Wed Aug 30 20:34:28 EDT 2006
< 	o Allow COPY (SELECT ...) TO 'filename'
<
< 	  COPY should also be able to output views using COPY (SELECT
< 	  * FROM view) TO 'filename' internally.
< 	  http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php
> 	o -Allow COPY (SELECT ...) TO 'filename'
This commit is contained in:
Bruce Momjian
2006-08-31 00:34:34 +00:00
parent 85188ab883
commit 5bb9c25904
2 changed files with 34 additions and 41 deletions

View File

@ -1,8 +1,8 @@
c
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Tue Aug 29 12:21:52 EDT 2006
Last updated: Wed Aug 30 20:34:28 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -612,11 +612,7 @@ SQL Commands
the table at the same time, which is something that is
currently allowed.
o Allow COPY (SELECT ...) TO 'filename'
COPY should also be able to output views using COPY (SELECT
* FROM view) TO 'filename' internally.
http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php
o -Allow COPY (SELECT ...) TO 'filename'
* GRANT/REVOKE