Re: Joining Between Databases

From: Andrew Gould <andrewgould(at)yahoo(dot)com>
To: mwilliams <mwilliams(at)cardcommerce(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Joining Between Databases
Date: 2001-10-12 20:44:56
Message-ID: 20011012204456.85227.qmail@web13408.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I join tables from different databases using other
products such as MS Access. I simply link the
PostgreSQL tables from different databases to the
Access file via ODBC and join the tables in the QBE
(Query By Example) window. In fact, I used MS Access
as an intermediary to move data from MySQL to
PostgreSQL.

You can also do this with Paradox, Lotus Approach and
(I think) Perl DBI.

I don't know of any way to do this from within psql.

Best of luck,

Andrew

--- mwilliams <mwilliams(at)cardcommerce(dot)com> wrote:
> Myself along with a couple of co-workers have been
> searching for a way to
> join tables from two postgres database. So far there
> are no indication that
> this is possible, can someone shed some light on
> this subject.
>
> (P.S We are attemping to do this in the same
> database instance)
>
> Michael Williams
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-10-12 20:50:30 Re: Contents of greatbridge.com?
Previous Message Palle Girgensohn 2001-10-12 20:40:45 Re: Unixtime from timedate?