1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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
This commit is contained in:
Bruce Momjian
2008-01-04 15:58:27 +00:00
parent 2bf121e40b
commit 88a79c1d61
2 changed files with 4 additions and 2 deletions

View File

@ -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