Re: Function to return both integer and SETOF refcursor - Mailing list pgsql-general

From Tom Lane
Subject Re: Function to return both integer and SETOF refcursor
Date
Msg-id 18622.1210993317@sss.pgh.pa.us
Whole thread Raw
In response to Function to return both integer and SETOF refcursor  (Chuck Bai <cbai22@gmail.com>)
List pgsql-general
Chuck Bai <cbai22@gmail.com> writes:
> I got the following error when try to create a function to return an
> integer and SETOF refcursor.

You can't.  Perhaps it'd be enough to return the same integer value in
each row of the output?

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Using role priviledges for pg_dump
Next
From: "Scott Marlowe"
Date:
Subject: Re: Select unique set of record, distinct on, please help!!!