mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Add to TODO:
> > o Add CREATE SCHEMA ... LIKE that copies a schema >
This commit is contained in:
parent
5b9c14cdf9
commit
b4362eeaa7
5
doc/TODO
5
doc/TODO
@ -1,7 +1,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
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
|
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.
|
||||||
@ -726,6 +726,9 @@ SQL Commands
|
|||||||
|
|
||||||
http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php
|
http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php
|
||||||
|
|
||||||
|
o Add CREATE SCHEMA ... LIKE that copies a schema
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* UPDATE
|
* UPDATE
|
||||||
o Allow UPDATE tab SET ROW (col, ...) = (SELECT...)
|
o Allow UPDATE tab SET ROW (col, ...) = (SELECT...)
|
||||||
|
@ -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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
<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>
|
||||||
<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>.
|
||||||
@ -631,6 +631,7 @@ first. There is also a developer's wiki at<br/>
|
|||||||
a cryptic error message
|
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> <a href="http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php">http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php</a>
|
||||||
</p>
|
</p>
|
||||||
|
</li><li>Add CREATE SCHEMA ... LIKE that copies a schema
|
||||||
</li></ul>
|
</li></ul>
|
||||||
</li><li>UPDATE
|
</li><li>UPDATE
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user