PostgreSQL TODO List
====================
-Last updated: Thu Jan 31 21:41:04 EST 2008
+Last updated: Sat Feb 16 18:27:24 EST 2008
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
http://archives.postgresql.org/pgsql-hackers/2005-11/msg00501.php
http://archives.postgresql.org/pgsql-hackers/2005-11/msg00536.php
-
* Add NOVICE output level for helpful messages like automatic sequence/index
creation
* Add GUC to issue notice about statements that use unjoined tables
http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php
+* -Allow AS in "SELECT col AS label" to be optional in certain cases
+
* CREATE
o Allow CREATE TABLE AS to determine column lengths for complex
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php
-* Allow AS in "SELECT col AS label" to be optional (not wanted)
Because we support postfix operators, it isn't possible to make AS
optional and continue to use bison.
-Last updated: Thu Jan 31 21:41:04 EST 2008
+Last updated: Sat Feb 16 18:27:24 EST 2008
The most recent version of this document can be viewed at
get dropped while the DROP operation is happening
+
-Allow AS in "SELECT col AS label" to be optional in certain cases
CREATE
Allow CREATE TABLE AS to determine column lengths for complex
-
Allow AS in "SELECT col AS label" to be optional (not wanted)
Because we support postfix operators, it isn't possible to make AS
optional and continue to use bison.