REMOTE PROCEDURE CALLS

From: "Sudheer Palaparambil" <p_sudheers(at)rediffmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: REMOTE PROCEDURE CALLS
Date: 2001-10-22 08:29:32
Message-ID: 20011022082932.4394.qmail@mailweb29.rediffmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-admin by date

  From Date Subject
Next Message Emmanuel Guyot 2001-10-22 11:59:41 pg_dump and timestamp : problem with TimeZone
Previous Message Sudheer Palaparambil 2001-10-22 01:26:24 REMOTE PROCEUDRE CALLS