Re: [GENERAL] Multi server query

2012-03-19 Thread Florent THOMAS
Great thanks to all of you regards Le 19/03/2012 09:58, Sergey Konoplev a écrit : Hi, On Mon, Mar 19, 2012 at 12:12 AM, Florent THOMAS wrote: How do you query multi servers and multi databases on postgresql? Look at this http://wiki.postgresql.org/wiki/PL/Proxy

Re: [GENERAL] Multi server query

2012-03-19 Thread John R Pierce
On 03/18/12 1:12 PM, Florent THOMAS wrote: How do you query _multi servers_ and multi databases on postgresql? other than plproxy, there's dblink, in the contrib collection. this lets you query another database or server from within a SQL query -- john r pierce

Re: [GENERAL] Multi server query

2012-03-19 Thread Sergey Konoplev
Hi, On Mon, Mar 19, 2012 at 12:12 AM, Florent THOMAS wrote: > How do you query multi servers and multi databases on postgresql? Look at this http://wiki.postgresql.org/wiki/PL/Proxy -- Sergey Konoplev Blog: http://gray-hemp.blogspot.com LinkedIn: http://ru.linkedin.com/in/grayhemp JID/GTalk

[GENERAL] Multi server query

2012-03-18 Thread Florent THOMAS
Hy all of you, How do you query _multi servers_ and multi databases on postgresql? Regards