calling a function over several rows - Mailing list pgsql-general

From Adam Rich
Subject calling a function over several rows
Date
Msg-id 4B023C72.50707@sbcglobal.net
Whole thread Raw
Responses Re: calling a function over several rows  (Merlin Moncure <mmoncure@gmail.com>)
Re: calling a function over several rows  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
Hello,
There is an existing function which takes an integer and returns a
record.  I need to call this function with every integer in a table.  Is
there a simple shortcut for doing this?

I'm looking for something like:

select f.*
from function(t.value) f, table t

Thanks,
Adam





pgsql-general by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: specifying a password on the cmd line for db connect
Next
From: Merlin Moncure
Date:
Subject: Re: calling a function over several rows