Add to TODO:

>
> 	o Add CREATE SCHEMA ... LIKE that copies a schema
>
This commit is contained in:
Bruce Momjian 2008-05-08 01:49:43 +00:00
parent 5b9c14cdf9
commit b4362eeaa7
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Wed May 7 21:45:08 EDT 2008
Last updated: Wed May 7 21:49:36 EDT 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -726,6 +726,9 @@ SQL Commands
http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php
o Add CREATE SCHEMA ... LIKE that copies a schema
* UPDATE
o Allow UPDATE tab SET ROW (col, ...) = (SELECT...)

View File

@ -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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
Last updated: Wed May 7 21:45:08 EDT 2008
Last updated: Wed May 7 21:49:36 EDT 2008
</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>.
@ -631,6 +631,7 @@ first. There is also a developer's wiki at<br/>
a cryptic error message
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php">http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php</a>
</p>
</li><li>Add CREATE SCHEMA ... LIKE that copies a schema
</li></ul>
</li><li>UPDATE
<ul>