Re: Accessing multiple Databases at the same time

From: Rene Pijlman <rpijlman(at)wanadoo(dot)nl>
To: "Lucas, Fred" <fred(dot)lucas(at)ps(dot)bellhowell(dot)com>
Cc: "'pgsql-jdbc(at)postgresql(dot)org'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Accessing multiple Databases at the same time
Date: 2001-08-20 22:57:22
Message-ID: 4653otsivdhi5i8tqmb2tng9knk1itsjv6@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2001-08-21 00:11:37 RE: select on multiple tables
Previous Message Lucas, Fred 2001-08-20 22:08:31 Accessing multiple Databases at the same time