SELECT syntax manual correction

Started by Neil Zanellaover 24 years ago3 messagesdocs
Jump to latest
#1Neil Zanella
nzanella@cs.mun.ca

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Neil Zanella (#1)
Re: SELECT syntax manual correction

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

#3Bruce Momjian
bruce@momjian.us
In reply to: Neil Zanella (#1)
Re: SELECT syntax manual correction

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