Re: [HACKERS] Remote Procedures

2004-01-04 Thread 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 D

Re: [HACKERS] Remote Procedures

2004-01-04 Thread 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 cont

[HACKERS] Remote Procedures

2004-01-04 Thread 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