Re: plpgsql functions - Mailing list pgsql-general

From Christophe
Subject Re: plpgsql functions
Date
Msg-id 5CC073A9-F606-458F-A2EC-78E2E9F016A7@thebuild.com
Whole thread Raw
In response to Re: plpgsql functions  (Raymond O'Donnell <rod@iol.ie>)
List pgsql-general
On Aug 15, 2008, at 1:47 PM, Raymond O'Donnell wrote:
> For functions return SETOF any type, you need to use the following
> idiom:

Or, you can use,

    RETURN QUERY <your query here>

pgsql-general by date:

Previous
From: "F. Jovan Jester"
Date:
Subject: Re: Horology test failure while compiling PostgreSQL 8.3.3 on Solaris 10 x64
Next
From: "Ian Harding"
Date:
Subject: How to tell if a trigger is disabled