Commit ee7a6770 authored by Bruce Momjian's avatar Bruce Momjian

Move item as done:

<
> * -Allow AS in "SELECT col AS label" to be optional in certain cases
>
< * Allow AS in "SELECT col AS label" to be optional (not wanted)
parent 2874d38d
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
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 The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -497,7 +497,6 @@ SQL Commands ...@@ -497,7 +497,6 @@ SQL Commands
http://archives.postgresql.org/pgsql-hackers/2005-11/msg00501.php http://archives.postgresql.org/pgsql-hackers/2005-11/msg00501.php
http://archives.postgresql.org/pgsql-hackers/2005-11/msg00536.php http://archives.postgresql.org/pgsql-hackers/2005-11/msg00536.php
* Add NOVICE output level for helpful messages like automatic sequence/index * Add NOVICE output level for helpful messages like automatic sequence/index
creation creation
* Add GUC to issue notice about statements that use unjoined tables * Add GUC to issue notice about statements that use unjoined tables
...@@ -540,6 +539,8 @@ SQL Commands ...@@ -540,6 +539,8 @@ SQL Commands
http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php
* -Allow AS in "SELECT col AS label" to be optional in certain cases
* CREATE * CREATE
o Allow CREATE TABLE AS to determine column lengths for complex o Allow CREATE TABLE AS to determine column lengths for complex
...@@ -1442,7 +1443,6 @@ Features We Do _Not_ Want ...@@ -1442,7 +1443,6 @@ Features We Do _Not_ Want
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.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 Because we support postfix operators, it isn't possible to make AS
optional and continue to use bison. optional and continue to use bison.
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
Last updated: Thu Jan 31 21:41:04 EST 2008 Last updated: Sat Feb 16 18:27:24 EST 2008
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -480,6 +480,7 @@ first. There is also a developer's wiki at<br/> ...@@ -480,6 +480,7 @@ first. There is also a developer's wiki at<br/>
get dropped while the DROP operation is happening get dropped while the DROP operation is happening
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php</a> <p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php</a>
</p> </p>
</li><li>-<em>Allow AS in "SELECT col AS label" to be optional in certain cases</em>
</li><li>CREATE </li><li>CREATE
<ul> <ul>
<li>Allow CREATE TABLE AS to determine column lengths for complex <li>Allow CREATE TABLE AS to determine column lengths for complex
...@@ -1278,7 +1279,6 @@ first. There is also a developer's wiki at<br/> ...@@ -1278,7 +1279,6 @@ first. There is also a developer's wiki at<br/>
<a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php</a> <a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00517.php</a>
<a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php</a> <a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00663.php</a>
</p> </p>
</li><li>Allow AS in "SELECT col AS label" to be optional (not wanted)
<p> Because we support postfix operators, it isn't possible to make AS <p> Because we support postfix operators, it isn't possible to make AS
optional and continue to use bison. optional and continue to use bison.
<a href="http://archives.postgresql.org/pgsql-hackers/2003-04/msg00436.php">http://archives.postgresql.org/pgsql-hackers/2003-04/msg00436.php</a> <a href="http://archives.postgresql.org/pgsql-hackers/2003-04/msg00436.php">http://archives.postgresql.org/pgsql-hackers/2003-04/msg00436.php</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment