Re: Procedures

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: Nilesh Govindarajan <lists(at)itech7(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Procedures
Date: 2010-02-20 14:00:40
Message-ID: 4B7FEB08.3080804@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)iol(dot)ie

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Heddon's Gate Hotel 2010-02-20 16:13:45 Re: PostgreSQL fails to start
Previous Message Greg Stark 2010-02-20 13:55:35 Re: DDL trigger kind functionality in PostGreSQL