SELECT syntax manual correction

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

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