REMOTE PROCEDURE CALLS - Mailing list pgsql-admin

From Sudheer Palaparambil
Subject REMOTE PROCEDURE CALLS
Date
Msg-id 20011022082932.4394.qmail@mailweb29.rediffmail.com
Whole thread Raw
List pgsql-admin
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.


pgsql-admin by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: [repost] pg_restore doesn't work with custom format?
Next
From: "Sudheer Palaparambil"
Date:
Subject: REMOTE PROCEUDRE CALLS