Re: SELECT syntax manual correction

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SELECT syntax manual correction
Дата
Msg-id 10746.1004380619@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SELECT syntax manual correction  (Neil Zanella <nzanella@cs.mun.ca>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: SELECT syntax manual correction
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: NULLs and sort order