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