Re: Accessing multiple Databases at the same time - Mailing list pgsql-jdbc

From Rene Pijlman
Subject Re: Accessing multiple Databases at the same time
Date
Msg-id 4653otsivdhi5i8tqmb2tng9knk1itsjv6@4ax.com
Whole thread Raw
In response to Accessing multiple Databases at the same time  ("Lucas, Fred" <fred.lucas@ps.bellhowell.com>)
List pgsql-jdbc
On Mon, 20 Aug 2001 16:08:31 -0600, you wrote:
>Is there a way to SELECT tables or create JOINs from multiple databases
>through psql? [...] would this have to be handled programmatically with
>multiple database connections?

Yes, you need multiple connections for that.

By the way, if you really meant "psql" you're on the wrong list.
This list is about Java DataBase Connectivity (JDBC).

Regards,
René Pijlman

pgsql-jdbc by date:

Previous
From: "Lucas, Fred"
Date:
Subject: Accessing multiple Databases at the same time
Next
From: "Dave Cramer"
Date:
Subject: RE: select on multiple tables