Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit efdec1a

Browse files
committed
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.
1 parent 54f5527 commit efdec1a

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

doc/TODO

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Mon Aug 21 23:40:32 EDT 2006
5+
Last updated: Tue Aug 22 22:48:03 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -610,9 +610,10 @@ SQL Commands
610610
the table at the same time, which is something that is
611611
currently allowed.
612612

613-
o Allow COPY to output from SELECT
613+
o Allow COPY (SELECT ...) TO 'filename'
614614

615-
COPY should also be able to output views.
615+
COPY should also be able to output views using COPY (SELECT
616+
* FROM view) TO 'filename' internally.
616617
http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php
617618

618619

doc/src/FAQ/TODO.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Mon Aug 21 23:40:32 EDT 2006
11+
Last updated: Tue Aug 22 22:48:03 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -555,10 +555,12 @@ <h1><a name="section_8">SQL Commands</a></h1>
555555
the table at the same time, which is something that is
556556
currently allowed.
557557
</p>
558-
</li><li>Allow COPY to output from SELECT
559-
<p> COPY should also be able to output views.
558+
</li><li>Allow COPY (SELECT ...) TO 'filename'
559+
<p> COPY should also be able to output views using COPY (SELECT
560+
</p><ul>
561+
<li>FROM view) TO 'filename' internally.
560562
<a href="http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php">http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php</a>
561-
</p>
563+
</li></ul>
562564
</li></ul>
563565
</li><li>GRANT/REVOKE
564566
<ul>

0 commit comments

Comments
 (0)