Re: Procedures

From: Nilesh Govindarajan <lists(at)itech7(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Procedures
Date: 2010-02-20 13:08:14
Message-ID: 4B7FDEBE.1040202@itech7.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 02/20/2010 02:32 PM, John R Pierce wrote:
> 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.

Okay, so how do I print it to stdout ?

--
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2010-02-20 13:21:20 Re: Procedures
Previous Message John R Pierce 2010-02-20 09:02:37 Re: Procedures