File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11PostgreSQL TODO List
22====================
33Current maintainer: Bruce Momjian (bruce@momjian.us)
4- Last updated: Thu Jan 31 21:41:04 EST 2008
4+ Last updated: Sat Feb 16 18:27:24 EST 2008
55
66The most recent version of this document can be viewed at
77http://www.postgresql.org/docs/faqs.TODO.html.
@@ -497,7 +497,6 @@ SQL Commands
497497 http://archives.postgresql.org/pgsql-hackers/2005-11/msg00501.php
498498 http://archives.postgresql.org/pgsql-hackers/2005-11/msg00536.php
499499
500-
501500* Add NOVICE output level for helpful messages like automatic sequence/index
502501 creation
503502* Add GUC to issue notice about statements that use unjoined tables
@@ -540,6 +539,8 @@ SQL Commands
540539
541540 http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php
542541
542+ * -Allow AS in "SELECT col AS label" to be optional in certain cases
543+
543544* CREATE
544545
545546 o Allow CREATE TABLE AS to determine column lengths for complex
@@ -1442,7 +1443,6 @@ Features We Do _Not_ Want
14421443 http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php
14431444 http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php
14441445
1445- * Allow AS in "SELECT col AS label" to be optional (not wanted)
14461446
14471447 Because we support postfix operators, it isn't possible to make AS
14481448 optional and continue to use bison.
Original file line number Diff line number Diff line change 88< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
99< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
1010< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11- Last updated: Thu Jan 31 21:41:04 EST 2008
11+ Last updated: Sat Feb 16 18:27:24 EST 2008
1212</ p >
1313< p > The most recent version of this document can be viewed at< br />
1414< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -480,6 +480,7 @@ <h1><a name="section_7">SQL Commands</a></h1>
480480 get dropped while the DROP operation is happening
481481< p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php "> http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php</ a >
482482</ p >
483+ </ li > < li > -< em > Allow AS in "SELECT col AS label" to be optional in certain cases</ em >
483484 </ li > < li > CREATE
484485 < ul >
485486 < li > Allow CREATE TABLE AS to determine column lengths for complex
@@ -1278,7 +1279,6 @@ <h1><a name="section_21">Features We Do <u>Not</u> Want</a></h1>
12781279 < a href ="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php "> http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php</ a >
12791280 < a href ="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php "> http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php</ a >
12801281</ p >
1281- </ li > < li > Allow AS in "SELECT col AS label" to be optional (not wanted)
12821282< p > Because we support postfix operators, it isn't possible to make AS
12831283 optional and continue to use bison.
12841284 < a href ="http://archives.postgresql.org/pgsql-hackers/2003-04/msg00436.php "> http://archives.postgresql.org/pgsql-hackers/2003-04/msg00436.php</ a >
You can’t perform that action at this time.
0 commit comments