diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-06-04 01:33:39 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-06-04 01:33:39 +0000 |
commit | d7739850e4591708fec4aef3fb399ed06af19f06 (patch) | |
tree | 25613046dec08f79d6aca8a0c7d33c6ba91ad858 /doc/src | |
parent | e5b198066d51c7d80267c48b8848b22a138bd505 (diff) | |
download | postgresql-d7739850e4591708fec4aef3fb399ed06af19f06.tar.gz postgresql-d7739850e4591708fec4aef3fb399ed06af19f06.zip |
Update:
< o Allow COPY to output from views
> o Allow COPY to output from SELECT
570c570
< Another idea would be to allow actual SELECT statements in a COPY.
> COPY should also be able to output views.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index e69d56a8fcc..ac392fa55d9 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 |