From 88a79c1d6116e09bb66d0405f9e592220bc201eb Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 4 Jan 2008 15:58:27 +0000 Subject: [PATCH] Add URL for: * Allow AS in "SELECT col AS label" to be optional (not wanted) > http://archives.postgresql.org/pgsql-hackers/2003-04/msg00436.php --- doc/TODO | 3 ++- doc/src/FAQ/TODO.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 86119b27eb..4ff7a59ff7 100644 --- 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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 749c4c3c72..fffe44b15f 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,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. @@ -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

    -- 2.11.0