Re: Procedures - Mailing list pgsql-general

From John R Pierce
Subject Re: Procedures
Date
Msg-id 4B7FA52D.9010309@hogranch.com
Whole thread Raw
In response to Procedures  (Nilesh Govindarajan <lists@itech7.com>)
Responses Re: Procedures  (Nilesh Govindarajan <lists@itech7.com>)
List 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.

pgsql-general by date:

Previous
From: Nilesh Govindarajan
Date:
Subject: Procedures
Next
From: Nilesh Govindarajan
Date:
Subject: Re: Procedures