Thread: REMOVE PROCEDURE CALLS

REMOVE PROCEDURE CALLS

From
"Sudheer Palaparambil"
Date:
Hi,

I recently shifted to Linux platform and using PostgresSql. I was previously using Sybase, in Sybase
I used to execute stored procedures by remote procedure call and get the result set on client machine. 
This results are just like the result set produced by SELECT statment in Postgres and we can go through the
result set using cursors. Is this facility availabe in Postgres?

Thank you.

Sudheer.