Thread: pgsql and function results

pgsql and function results

From
erikp
Date:
Can postgresql return a result set from a function or some other way?

create function getBooks() returns ??? as 'select * from books';

Is there an rType for ??? that is a resultset? This is a very basic
fuctionality in other dbs.

Erik