mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +03:00
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.
This commit is contained in:
7
doc/TODO
7
doc/TODO
@@ -2,7 +2,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.
|
||||
@@ -610,9 +610,10 @@ SQL Commands
|
||||
the table at the same time, which is something that is
|
||||
currently allowed.
|
||||
|
||||
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.
|
||||
http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user