From ee7a6770f607e9e7f0e1b29dc25a7b7d63cb7940 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 16 Feb 2008 23:27:34 +0000 Subject: Move item as done: < > * -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/src/FAQ/TODO.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index ff37fdecfd0..6d6e80d9d33 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 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