Re: [SQL] FUNCTION returing multiple rows

2001-01-02 Thread Tom Lane
Brett Schwarz <[EMAIL PROTECTED]> writes: > However, when I look at the programmers guide (Ch. 4), it almost leads me to > believe otherwise: > The following more interesting example takes a single argument of type EMP, > and retrieves multiple results: > select function hobbies (EMP) returns se

[SQL] FUNCTION returing multiple rows

2001-01-02 Thread Brett Schwarz
I have seen in the postings that it is not possible to return multiple rows from a function. However, when I look at the programmers guide (Ch. 4), it almost leads me to believe otherwise: -8<--- The following more interesting e