Re: SELECT syntax manual correction - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: SELECT syntax manual correction
Date
Msg-id 200110291930.f9TJUpD13330@candle.pha.pa.us
Whole thread Raw
In response to SELECT syntax manual correction  (Neil Zanella <nzanella@cs.mun.ca>)
List 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 by date:

Previous
From: Neil Zanella
Date:
Subject: SELECT syntax manual correction
Next
From: Tom Lane
Date:
Subject: Re: SELECT syntax manual correction