Move item as done:
authorBruce Momjian
Sat, 16 Feb 2008 23:27:34 +0000 (23:27 +0000)
committerBruce Momjian
Sat, 16 Feb 2008 23:27:34 +0000 (23:27 +0000)
<
> * -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)

doc/TODO
doc/src/FAQ/TODO.html

index a8b9207b9dd38620e0ff328c2a030d0d6027c65c..a8cb0addd08f69a96acbb4a3b0f5e72776cbe783 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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.
@@ -497,7 +497,6 @@ SQL Commands
   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
@@ -540,6 +539,8 @@ SQL Commands
 
   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
@@ -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/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.
index ff37fdecfd04b102c3ce7e28c493829a61eb860a..6d6e80d9d33ab94611f2242b1607c5fd3a4517de 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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.
@@ -480,6 +480,7 @@ first.  There is also a developer's wiki at
   get dropped while the DROP operation is happening
 

  http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php

 

+  
  • -Allow AS in "SELECT col AS label" to be optional in certain cases
  •    
  • CREATE
  •    
           
    • Allow CREATE TABLE AS to determine column lengths for complex
    • @@ -1278,7 +1279,6 @@ first.  There is also a developer's wiki at
         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.
         http://archives.postgresql.org/pgsql-hackers/2003-04/msg00436.php