File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
Current maintainer: Bruce Momjian (bruce@momjian.us)
4
- Last updated: Wed May 7 21:45:08 EDT 2008
4
+ Last updated: Wed May 7 21:49:36 EDT 2008
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -726,6 +726,9 @@ SQL Commands
726
726
727
727
http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php
728
728
729
+ o Add CREATE SCHEMA ... LIKE that copies a schema
730
+
731
+
729
732
730
733
* UPDATE
731
734
o Allow UPDATE tab SET ROW (col, ...) = (SELECT...)
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Wed May 7 21:45:08 EDT 2008
11
+ Last updated: Wed May 7 21:49:36 EDT 2008
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -631,6 +631,7 @@ <h1><a name="section_7">SQL Commands</a></h1>
631
631
a cryptic error message
632
632
< p > < a href ="http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php "> http://archives.postgresql.org/pgsql-bugs/2007-10/msg00169.php</ a >
633
633
</ p >
634
+ </ li > < li > Add CREATE SCHEMA ... LIKE that copies a schema
634
635
</ li > </ ul >
635
636
</ li > < li > UPDATE
636
637
< ul >
You can’t perform that action at this time.
0 commit comments