Re: Procedures

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Nilesh Govindarajan <lists(at)itech7(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Procedures
Date: 2010-02-20 09:02:37
Message-ID: 4B7FA52D.9010309@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Nilesh Govindarajan wrote:
> How do I create a procedure using plpgsql cursors to print the output
> of the query in the cursor (using for loop) ?
>
> In all docs I found, it seems to be a must to return data to the call
> which is not what I want.
>

what is it going to print it on? the postgres server processes have no
console or stdout device.

In response to

  • Procedures at 2010-02-20 08:32:05 from Nilesh Govindarajan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nilesh Govindarajan 2010-02-20 13:08:14 Re: Procedures
Previous Message Nilesh Govindarajan 2010-02-20 08:32:05 Procedures