Re: [GENERAL] pg 9.2.4 dblink

2013-07-09 Thread Merlin Moncure
On Tue, Jul 9, 2013 at 8:55 AM, Peter Kroon wrote: > Hi, > > I want to talk to multiple db's in one session. Is dblink the best solution > or is there another way without installing dblink? why not use dblink? fdw is getting there but I still find dblink to be the way to go as long as it's post

Re: [GENERAL] pg 9.2.4 dblink

2013-07-09 Thread Joshua D. Drake
On 07/09/2013 06:55 AM, Peter Kroon wrote: Hi, I want to talk to multiple db's in one session. Is dblink the best solution or is there another way without installing dblink? If you want to query one database from another there is: dblink postgres_fdw (read only) which you can get from PGXN

[GENERAL] pg 9.2.4 dblink

2013-07-09 Thread Peter Kroon
Hi, I want to talk to multiple db's in one session. Is dblink the best solution or is there another way without installing dblink? Best, Peter

Re: [GENERAL] pg 9.2.4 dblink

2013-07-09 Thread Karsten Hilbert
On Tue, Jul 09, 2013 at 03:55:47PM +0200, Peter Kroon wrote: > I want to talk to multiple db's in one session. You'll have to define "session" to get meaningful answers. Karsten -- GPG key ID E4071346 @ gpg-keyserver.de E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346 -- Sent via pgsql-gen