Re: SELECT syntax manual correction - Mailing list pgsql-docs

From Tom Lane
Subject Re: SELECT syntax manual correction
Date
Msg-id 10746.1004380619@sss.pgh.pa.us
Whole thread Raw
In response to SELECT syntax manual correction  (Neil Zanella <nzanella@cs.mun.ca>)
List pgsql-docs
Neil Zanella <nzanella@cs.mun.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

pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: SELECT syntax manual correction
Next
From: Bruce Momjian
Date:
Subject: Re: NULLs and sort order