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.

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to