From: | "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk> |
---|---|
To: | will trillich <will(at)serensoft(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: joining databases |
Date: | 2001-02-28 01:53:52 |
Message-ID: | 200102280153.f1S1rqw01843@linda.lfix.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
will trillich wrote:
>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
> ;
It can't be done
>if not possible, what's the procedure for breaking up tables
>across various disk drives for speed optimization?
The simplest method is to use symbolic links.
--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47 6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"If we confess our sins, he is faithful and just to
forgive us our sins, and to cleanse us from all
unrighteousness." I John 1:9
From | Date | Subject | |
---|---|---|---|
Next Message | Joseph Shraibman | 2001-02-28 01:54:15 | Re: Addison-Wesley looking for authors |
Previous Message | Ian Harding | 2001-02-28 01:49:03 | Re: Re: Migrate from MS SQL 6.5 to postgres?? |