joining databases

From: will trillich <will(at)serensoft(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: joining databases
Date: 2001-02-28 00:09:03
Message-ID: 20010227180903.A30199@mail.serensoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

how can i join separate DATABASES?

select
a.fld1,b.fld2
from
DBfirst.alphaTable as a,
DBsecond.bravoTable as b
where
a.xyz = b.pdq
;

if not possible, what's the procedure for breaking up tables
across various disk drives for speed optimization?

--
It is always hazardous to ask "Why?" in science, but it is often
interesting to do so just the same.
-- Isaac Asimov, 'The Genetic Code'

will(at)serensoft(dot)com
http://groups.yahoo.com/group/newbieDoc -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message WG4- Verma, Ashish 2001-02-28 00:13:13 platforms
Previous Message will trillich 2001-02-27 23:45:34 Re: upgrade broke stuff, downgrade still broke