SELECT syntax manual correction

From: Neil Zanella <nzanella(at)cs(dot)mun(dot)ca>
To: PostgreSQL Documentation List <pgsql-docs(at)postgresql(dot)org>
Subject: SELECT syntax manual correction
Date: 2001-10-29 03:00:08
Message-ID: Pine.LNX.4.30.0110282326590.10369-100000@garfield.cs.mun.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2001-10-29 18:36:59 Re: SELECT syntax manual correction
Previous Message Rene Pijlman 2001-10-28 21:39:23 Re: NULLs and sort order