Add URL for:
authorBruce Momjian
Fri, 4 Jan 2008 15:58:27 +0000 (15:58 +0000)
committerBruce Momjian
Fri, 4 Jan 2008 15:58:27 +0000 (15:58 +0000)
* Allow AS in "SELECT col AS label" to be optional (not wanted)

>   http://archives.postgresql.org/pgsql-hackers/2003-04/msg00436.php

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

index 86119b27eba7eed2141dfe28cfd8cffa570767c9..4ff7a59ff763fc26bae8223a18e504efc1453c23 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  3 13:47:37 EST 2008
+Last updated:      Fri Jan  4 10:58:16 EST 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1423,6 +1423,7 @@ Features We Do _Not_ Want
 
   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
 
   http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php
 
index 749c4c3c72686fca01ae74ba1269cf06cb564473..fffe44b15fcae070354e32fc13959662f13310b8 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Thu Jan  3 13:47:37 EST 2008
+Last updated:           Fri Jan  4 10:58:16 EST 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1265,6 +1265,7 @@ first.  There is also a developer's wiki at
   
  • 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
     

     

      http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php