Re: select * from function() - Mailing list pgsql-general

From Joe Conway
Subject Re: select * from function()
Date
Msg-id 3DD1534E.404@joeconway.com
Whole thread Raw
In response to Re: select * from function()  ("Ian Harding" <ianh@tpchd.org>)
List pgsql-general
Ian Harding wrote:
 > I'm still in 7.2.* but I was looking at the beta docs and didn't see it
 > there.  I must be looking in the wrong place.
 >
 > http://developer.postgresql.org/docs/postgres/plpgsql-cursors.html
 >

See:

general ->
http://developer.postgresql.org/docs/postgres/xfunc-tablefunctions.html

sql ->
http://developer.postgresql.org/docs/postgres/xfunc-sql.html (sec 9.2.4)

C ->
http://developer.postgresql.org/docs/postgres/xfunc-c.html (sec 9.5.6)

plpgsql ->
http://developer.postgresql.org/docs/postgres/plpgsql-control-structures.html

usage ->
http://developer.postgresql.org/docs/postgres/sql-select.html (from_item,
inputs, from clause, usage)

Possibly others, but that's all I can think of.

HTH,

Joe




pgsql-general by date:

Previous
From: Don Felgar
Date:
Subject: No primary key in pg_shadow
Next
From: "Henrik Steffen"
Date:
Subject: Re: Upgrade to dual processor machine?