1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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...)