aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 682322c2e48..fcb661d833f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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...)