Обсуждение: Remote Procedures

Поиск
Список
Период
Сортировка

Remote Procedures

От
A E
Дата:
Hi,
 
I was wondering is there or will there be support for remote procedures/functions in Postgresql? Not only server to server, but database to database? Such as calling a function in DB "B" from DB "A" or Server Gaia DB "B" from Server Zeus DB "A"?
 
Alex

Re: Remote Procedures

От
"Joshua D. Drake"
Дата:
A E wrote:

> Hi,
>  
> I was wondering is there or will there be support for remote 
> procedures/functions in Postgresql? Not only server to server, but 
> database to database? Such as calling a function in DB "B" from DB "A" 
> or Server Gaia DB "B" from Server Zeus DB "A"?
>  

You could use dblink from contrib.

Sincerely,

Joshua D. Drake



> Alex



-- 
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd@commandprompt.com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org 



Re: Remote Procedures

От
Christopher Kings-Lynne
Дата:
Try the contrib/dblink module.

Chris

A E wrote:

> Hi,
>  
> I was wondering is there or will there be support for remote 
> procedures/functions in Postgresql? Not only server to server, but 
> database to database? Such as calling a function in DB "B" from DB "A" 
> or Server Gaia DB "B" from Server Zeus DB "A"?
>  
> Alex