Re: joining databases - Mailing list pgsql-general

From Oliver Elphick
Subject Re: joining databases
Date
Msg-id 200102280153.f1S1rqw01843@linda.lfix.co.uk
Whole thread Raw
In response to joining databases  (will trillich <will@serensoft.com>)
List 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.Elphick@lfix.co.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



pgsql-general by date:

Previous
From: Limin Liu
Date:
Subject: Is this a bug?
Next
From: Joseph Shraibman
Date:
Subject: Re: Addison-Wesley looking for authors