Josh Berkus <[EMAIL PROTECTED]> writes:
>> How can I write a function in sql or pl- pgsql that returns a set of
>> tuples ?
> I've had the same question myself for the past month,
This is easy enough in terms of what you do in the function, but it's
not as useful as you might think because
Claudio,
> How can I write a function in sql or pl- pgsql that returns a set of
> tuples ?
I've had the same question myself for the past month, which has gone
unanswered (hint, hint, Jeff!). Currently I'm using custom functions to
build views and then referenceing the views:
CREATE FU
How can I write a function in sql or pl- pgsql that returns a set of
tuples ?
Thanks.
Claudio