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

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add "AS" item: < * All backends running as threads in a single
Date
Msg-id 20060823183202.8F2D19F9EF3@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: pgsql: Replaced double-quote-fix with a hopefully better version.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Optimize the case where a btree indexscan has current and mark