From: | "Stephen Martin" <stephen(at)sealteam(dot)demon(dot)co(dot)uk> |
---|---|
To: | <pgsql-interfaces(at)postgreSQL(dot)org> |
Subject: | RE: [INTERFACES] select from multiple databases on different machines |
Date: | 2000-03-03 11:59:29 |
Message-ID: | NDBBKKNKKLBACABPPCCNMEECDPAA.stephen@sealteam.demon.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
Hmm sounds like a job for perl DBD::pg ? :)
Set up different db-file handles for each database connection
instance? Or reuse same db-file handle 3 times interrogating
3 different db-instances, and fetch results back into separate arrays?
Stephen
----------------------------------------------
010000C9
-----Original Message-----
From: owner-pgsql-interfaces(at)postgreSQL(dot)org
[mailto:owner-pgsql-interfaces(at)postgreSQL(dot)org]On Behalf Of Anjan
Borthakur
Sent: Friday, March 03, 2000 1:49 AM
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: [INTERFACES] select from multiple databases on different
machines
hi,
how can i select from three different tables each located on three
different machines ? i am using postgresql 6.52. on a red hat6.0 linux
machine any help in this regard will be highly appreciated.
thanks,
-anjan borthakur
************
From | Date | Subject | |
---|---|---|---|
Next Message | Emmanuel DISCORS | 2000-03-03 13:59:30 | Re: [GENERAL] Postgres on MacOS... Is it even a possibility? |
Previous Message | Jeremy Buchmann | 2000-03-03 11:07:57 | Re: Error trying to connect with Perl script |