Re: - Mailing list pgsql-general

From Highway80 dude
Subject Re:
Date
Msg-id 39956C0E.7000308@highway80.net.au
Whole thread Raw
In response to  ("Eric Spaulding" <els@requesttech.com>)
List pgsql-general
Eric Spaulding wrote:
>
> Anyone know an easy way to perform multi-database joins in postgres?
>
>
>

I would also like to know how people handle a situation where it is
neccesary to maitain related databases separately.
Right now I have a database which contains geographic data. Yet I want
to connect at least 1 other database to it for now and I will be
connecting more [differencet ones] to it in the future.

Does postgreSQL have some sort of [external] table linking facility ?

Trying to do this application side will cause the db to be hammered with
numerous selects just to perform a simple logical operation. Is there a
better alternative when the database cannot be merged ?


pgsql-general by date:

Previous
From: "Pawel"
Date:
Subject: changing NAMEDATALEN
Next
From: Highway80 dude
Date:
Subject: linking tables across databases