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

Commit c37ddf3

Browse files
committed
Add:
> > Another idea would be to allow actual SELECT queries in a COPY.
1 parent b3364fc commit c37ddf3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/TODO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Thu Sep 22 12:01:48 EDT 2005
5+
Last updated: Thu Sep 22 17:50:57 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -456,6 +456,8 @@ SQL Commands
456456

457457
o Allow COPY to output from views
458458

459+
Another idea would be to allow actual SELECT queries in a COPY.
460+
459461

460462
* GRANT/REVOKE
461463

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 1 deletion
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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Thu Sep 22 12:01:48 EDT 2005
11+
Last updated: Thu Sep 22 17:50:57 EDT 2005
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>.
@@ -415,6 +415,8 @@ <h1><a name="section_8">SQL Commands</a></h1>
415415
currently allowed.
416416
</p>
417417
</li><li>Allow COPY to output from views
418+
<p> Another idea would be to allow actual SELECT queries in a COPY.
419+
</p>
418420
</li></ul>
419421
</li><li>GRANT/REVOKE
420422
<ul>

0 commit comments

Comments
 (0)