diff --git a/doc/TODO b/doc/TODO index f6c586166dcac875028e3ab64858387a534377a5..27ff296d3287561213bdb6bf1339622b059d512b 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Fri Jun 2 23:59:37 EDT 2006 +Last updated: Sat Jun 3 21:33:24 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -565,9 +565,9 @@ SQL Commands the table at the same time, which is something that is currently allowed. - o Allow COPY to output from views + o Allow COPY to output from SELECT - Another idea would be to allow actual SELECT statements in a COPY. + COPY should also be able to output views. * GRANT/REVOKE diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index e69d56a8fccea01463521aa55fb5cf5a253ec2cc..ac392fa55d97d336449f28fe39bcd65ba9e89105 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> -Last updated: Fri Jun 2 23:59:37 EDT 2006 +Last updated: Sat Jun 3 21:33:24 EDT 2006 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -516,8 +516,8 @@ first. the table at the same time, which is something that is currently allowed. </p> - </li><li>Allow COPY to output from views -<p> Another idea would be to allow actual SELECT statements in a COPY. + </li><li>Allow COPY to output from SELECT +<p> COPY should also be able to output views. </p> </li></ul> </li><li>GRANT/REVOKE