Add URL for:
authorBruce Momjian <bruce@momjian.us>
Fri, 4 Jan 2008 15:58:27 +0000 (15:58 +0000)
committerBruce Momjian <bruce@momjian.us>
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 (bruce@momjian.us)
-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 @@
 <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  3 13:47:37 EST 2008
+Last updated:           Fri Jan  4 10:58:16 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>.
@@ -1265,6 +1265,7 @@ first.  There is also a developer's wiki at<br/>
   </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>
 </p>
 <p>  <a href="http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php">http://archives.postgresql.org/pgsql-sql/2006-08/msg00164.php</a>
 </p>