Re: [ADMIN] Querying Across Databases..

2004-06-23 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Wed, 23 Jun 2004, Hemapriya wrote: > Does anyone know how to write queries to tables in > other database intances in postgres? For examlpe if I > have two DB instances set up, called "test1" and > "test2" I may want to run an SQL in "test1" t

[ADMIN] Querying Across Databases..

2004-06-23 Thread Hemapriya
Hi, Does anyone know how to write queries to tables in other database intances in postgres? For examlpe if I have two DB instances set up, called "test1" and "test2" I may want to run an SQL in "test1" that selects data from a table in "test2". It is unclear whether it is supported or not. Thank