Re: how to select * from database1 table,database2 table

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: sqllist <pgsql-sql(at)postgresql(dot)org>
Subject: Re: how to select * from database1 table,database2 table
Date: 2001-02-14 16:33:21
Message-ID: 3A8AB351.F10690E0@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"guard":

> if join database1 database2
>
> how to make

Folks, this really needs to be on a FAQ somewhere:

PostgreSQL does not support inter-database Joins. Period.

If you want to join tables from two different databases, I suggest that
you use your front-end code to do so. I would also suggest that you
review your data architecture and see if it's really necessary for you
to store your data in two seperate databases.

-Josh Berkus

--
______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jie Liang 2001-02-14 17:54:28 Re: constraint/restrict
Previous Message Tom Lane 2001-02-14 16:00:22 Re: How to create a type ?