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
Joseph Shraibman writes:
> The only way I can find is to do a search on something, and select to
> search in mailing lists. Then after the search returns click on a link,
> and trucate the url to http://www.postgresql.org/mhonarc/
When in doubt, use geocrawler.com.
--
Peter Eisentraut [EM
How can I write a function in sql or pl- pgsql that returns a set of
tuples ?
Thanks.
Claudio