Re: Dynamic SQL in Function - Mailing list pgsql-general

From Merlin Moncure
Subject Re: Dynamic SQL in Function
Date
Msg-id b42b73150904221155v30d5da53obb29f7bace53755e@mail.gmail.com
Whole thread Raw
In response to Re: Dynamic SQL in Function  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-general
n Wed, Apr 22, 2009 at 2:54 PM, Merlin Moncure <mmoncure@gmail.com> wrote:
> On Wed, Apr 22, 2009 at 12:29 PM,  <rwade@uci.edu> wrote:
>> If I have built a dynamic sql statement in a function, how do i return it
>> as a ref cursor?
>
> CREATE FUNCTION reffunc(_ref) RETURNS refcursor AS

oops

CREATE FUNCTION reffunc(_ref refcursor) RETURNS refcursor AS

merlin

pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: Error installing Postgres
Next
From: Dave Page
Date:
Subject: Re: Error installing Postgres