Re: select * from function()

From: Joe Conway <mail(at)joeconway(dot)com>
To: Ian Harding <ianh(at)tpchd(dot)org>
Cc: doug(at)mcnaught(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: select * from function()
Date: 2002-11-12 19:15:26
Message-ID: 3DD1534E.404@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Henrik Steffen 2002-11-12 19:22:29 Re: Upgrade to dual processor machine?
Previous Message Ian Harding 2002-11-12 19:03:59 Re: select * from function()