mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Done:
< 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:
10
doc/TODO
10
doc/TODO
@ -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
|
||||
|
Reference in New Issue
Block a user