1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

Add COPY views patch URL:

> 	  http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php
This commit is contained in:
Bruce Momjian
2006-06-14 20:40:20 +00:00
parent 744697317e
commit 63b35a8cb1
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Wed Jun 14 15:32:43 EDT 2006 Last updated: Wed Jun 14 16:40:11 EDT 2006
The most recent version of this document can be viewed at The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
@ -586,6 +586,7 @@ SQL Commands
o Allow COPY to output from SELECT o Allow COPY to output from SELECT
COPY should also be able to output views. COPY should also be able to output views.
http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php
* GRANT/REVOKE * GRANT/REVOKE

View File

@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <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/> <p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
Last updated: Wed Jun 14 15:32:43 EDT 2006 Last updated: Wed Jun 14 16:40:11 EDT 2006
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <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>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@ -532,6 +532,7 @@ first.
</p> </p>
</li><li>Allow COPY to output from SELECT </li><li>Allow COPY to output from SELECT
<p> COPY should also be able to output views. <p> COPY should also be able to output views.
<a href="http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php">http://archives.postgresql.org/pgsql-patches/2005-09/msg00148.php</a>
</p> </p>
</li></ul> </li></ul>
</li><li>GRANT/REVOKE </li><li>GRANT/REVOKE