SELECT syntax synopsis: column_definition? - Mailing list pgsql-sql

From Richard Broersma Jr
Subject SELECT syntax synopsis: column_definition?
Date
Msg-id 830878.14424.qm@web31803.mail.mud.yahoo.com
Whole thread Raw
Responses Re: SELECT syntax synopsis: column_definition?  (Michael Glaesemann <grzm@seespotcode.net>)
List pgsql-sql
Can any one give an example of the difference between a column_alias and a column_definition when
using a function in the FROM clause?

from the manual:
http://www.postgresql.org/docs/8.2/interactive/sql-select.html

"function_name ( [ argument [, ...] ] ) [ AS ] alias [ ( column_alias [, ...] | column_definition
[, ...] ) ]"

Regards,
Richard Broersma Jr.


pgsql-sql by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: Join question
Next
From: Michael Glaesemann
Date:
Subject: Re: Join question