diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-09-22 21:50:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-09-22 21:50:59 +0000 |
commit | c37ddf371d6658945481ec973d5e903a09ee7512 (patch) | |
tree | 2466f41d379f6446fb693fca6ec4825ccec0af95 /doc/src | |
parent | b3364fc81b78538006da3b3ad5680530d2af8c47 (diff) | |
download | postgresql-c37ddf371d6658945481ec973d5e903a09ee7512.tar.gz postgresql-c37ddf371d6658945481ec973d5e903a09ee7512.zip |
Add:
>
> Another idea would be to allow actual SELECT queries in a COPY.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 83d5eb11b65..9ca3fda543e 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: Thu Sep 22 12:01:48 EDT 2005 +Last updated: Thu Sep 22 17:50:57 EDT 2005 </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>. @@ -415,6 +415,8 @@ first. currently allowed. </p> </li><li>Allow COPY to output from views +<p> Another idea would be to allow actual SELECT queries in a COPY. +</p> </li></ul> </li><li>GRANT/REVOKE <ul> |