SELECT syntax manual correction - Mailing list pgsql-docs

From Neil Zanella
Subject SELECT syntax manual correction
Date
Msg-id Pine.LNX.4.30.0110282326590.10369-100000@garfield.cs.mun.ca
Whole thread Raw
Responses Re: SELECT syntax manual correction  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: SELECT syntax manual correction  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
Hello,

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] [, ...]


Best Regards,

Neil


pgsql-docs by date:

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