diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-02-16 23:27:34 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-02-16 23:27:34 +0000 |
commit | ee7a6770f607e9e7f0e1b29dc25a7b7d63cb7940 (patch) | |
tree | b859c9fa91769894066fb09af4385c2e2a178c0c /doc/src | |
parent | 2874d38d7f705ab9a8679018253f3d8a59d0460f (diff) |
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)
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index ff37fdecfd0..6d6e80d9d33 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <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/> -Last updated: Thu Jan 31 21:41:04 EST 2008 +Last updated: Sat Feb 16 18:27:24 EST 2008 </p> <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>. @@ -480,6 +480,7 @@ first. There is also a developer's wiki at<br/> 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> + </li><li>-<em>Allow AS in "SELECT col AS label" to be optional in certain cases</em> </li><li>CREATE <ul> <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/> <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> </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 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> |