pgsql: Add "AS" item: < * All backends running as threads in a single

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add "AS" item: < * All backends running as threads in a single
Date: 2006-08-23 18:32:02
Message-ID: 20060823183202.8F2D19F9EF3@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add "AS" item:

< * All backends running as threads in a single process (not want)
> * All backends running as threads in a single process (not wanted)
< * Optimizer hints (not want)
> * Optimizer hints (not wanted)
>
> * 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-sql/2006-08/msg00164.php

Modified Files:
--------------
pgsql/doc:
TODO (r1.1956 -> r1.1957)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1956&r2=1.1957)
pgsql/doc/src/FAQ:
TODO.html (r1.458 -> r1.459)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.458&r2=1.459)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-08-24 01:18:34 pgsql: Optimize the case where a btree indexscan has current and mark
Previous Message Michael Meskes 2006-08-23 14:33:30 Re: pgsql: Replaced double-quote-fix with a hopefully better version.