File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-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: Thu Mar 6 20:06:51 EST 2008
4
+ Last updated: Fri Mar 7 09:51:26 EST 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.
@@ -574,6 +574,13 @@ SQL Commands
574
574
RETURNING to supply values to the INSERT
575
575
http://archives.postgresql.org/pgsql-hackers/2008-02/thrd2.php#00979
576
576
577
+ * Add comments on system tables/columns using the information in
578
+ catalogs.sgml
579
+
580
+ Ideally the information would be pulled from the SGML file
581
+ automatically.
582
+
583
+
577
584
* CREATE
578
585
579
586
o Allow CREATE TABLE AS to determine column lengths for complex
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: Thu Mar 6 20:06:51 EST 2008
11
+ Last updated: Fri Mar 7 09:51:26 EST 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 > .
@@ -509,6 +509,11 @@ <h1><a name="section_7">SQL Commands</a></h1>
509
509
</ li > < li > Allow INSERT ... DELETE ... RETURNING, namely allow the DELETE ...
510
510
RETURNING to supply values to the INSERT
511
511
< a href ="http://archives.postgresql.org/pgsql-hackers/2008-02/thrd2.php#00979 "> http://archives.postgresql.org/pgsql-hackers/2008-02/thrd2.php#00979</ a >
512
+ </ li > < li > Add comments on system tables/columns using the information in
513
+ catalogs.sgml
514
+ < p > Ideally the information would be pulled from the SGML file
515
+ automatically.
516
+ </ p >
512
517
</ li > < li > CREATE
513
518
< ul >
514
519
< li > Allow CREATE TABLE AS to determine column lengths for complex
You can’t perform that action at this time.
0 commit comments