Re: [GENERAL] dblink syntax question for remotely invoking void-returning procedures

2009-01-27 Thread Ian Sollars
Thank you, Merlin and Asko for your responses :-) Because my whole project is using PL/Proxy I should have realised I could use that instead of dblink in this case. Thanks again, - Ian 2009/1/26 Asko Oja > Take a stab at plproxy if you want to remotly call functions. Should be > much better

Re: [GENERAL] dblink syntax question for remotely invoking void-returning procedures

2009-01-26 Thread Asko Oja
Take a stab at plproxy if you want to remotly call functions. Should be much better suited than dblink for that. Regards Asko On Mon, Jan 26, 2009 at 4:07 PM, Merlin Moncure wrote: > On 1/24/09, Ian Sollars wrote: > > Hello everyone, > > > > I've got some questions about dblink that I couldn't

Re: [GENERAL] dblink syntax question for remotely invoking void-returning procedures

2009-01-26 Thread Merlin Moncure
On 1/24/09, Ian Sollars wrote: > Hello everyone, > > I've got some questions about dblink that I couldn't find answers to in the > documentation. Any help would be much appreciated. > > I need to invoke a function on a remote server that returns either void or > text, and I'm trying to find a nice

[GENERAL] dblink syntax question for remotely invoking void-returning procedures

2009-01-24 Thread Ian Sollars
Hello everyone, I've got some questions about dblink that I couldn't find answers to in the documentation. Any help would be much appreciated. I need to invoke a function on a remote server that returns either void or text, and I'm trying to find a nice way of doing it. My test schema on the rem