Re: SELECT syntax manual correction

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: SELECT syntax manual correction
Дата
Msg-id 200110291930.f9TJUpD13330@candle.pha.pa.us
обсуждение исходный текст
Ответ на SELECT syntax manual correction  (Neil Zanella <nzanella@cs.mun.ca>)
Список pgsql-docs
But from_item links to a section below which has a description for
aliases, right?

---------------------------------------------------------------------------

>
> 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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

В списке pgsql-docs по дате отправления:

Предыдущее
От: Neil Zanella
Дата:
Сообщение: SELECT syntax manual correction
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SELECT syntax manual correction