Re: SELECT syntax manual correction

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Zanella <nzanella(at)cs(dot)mun(dot)ca>
Cc: PostgreSQL Documentation List <pgsql-docs(at)postgresql(dot)org>
Subject: Re: SELECT syntax manual correction
Date: 2001-10-29 18:36:59
Message-ID: 10746.1004380619@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Neil Zanella <nzanella(at)cs(dot)mun(dot)ca> writes:
> On page 147 of the postgres file reference.pdf the synopsis for the
> SELECT statement is missing table aliases:
> FROM from_item [, ...] ]
> should read
> FROM from_item [from_item_alias] [, ...]

No, because aliases are included in the definition of from_item.

regards, tom lane

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2001-10-29 19:27:27 Re: NULLs and sort order
Previous Message Neil Zanella 2001-10-29 03:00:08 SELECT syntax manual correction