|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated:Mon Aug21 23:40:32 EDT 2006 |
| 11 | +Last updated:Tue Aug22 22:48:03 EDT 2006 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="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>
|
555 | 555 | the table at the same time, which is something that is
|
556 | 556 | currently allowed.
|
557 | 557 | </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. |
560 | 562 | <ahref="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> |
562 | 564 | </li></ul>
|
563 | 565 | </li><li>GRANT/REVOKE
|
564 | 566 | <ul>
|
|