Re: Procedures - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: Procedures
Date
Msg-id 4B7FEB08.3080804@iol.ie
Whole thread Raw
In response to Re: Procedures  (Nilesh Govindarajan <lists@itech7.com>)
List pgsql-general
On 20/02/2010 13:54, Nilesh Govindarajan wrote:

>
> Ah perfect ! problem solved. Thanks !
>

Glad it was that easy! You ought to read up on set-returning functions
in the docs:


http://www.postgresql.org/docs/8.4/static/plpgsql-control-structures.html#PLPGSQL-STATEMENTS-RETURNING

See the section on "RETURN NEXT and RETURN QUERY".

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

pgsql-general by date:

Previous
From: Greg Stark
Date:
Subject: Re: DDL trigger kind functionality in PostGreSQL
Next
From: Andre Lopes
Date:
Subject: Transactions, How to?