Re: joining databases

Поиск
Список
Период
Сортировка
От Anand Raman
Тема Re: joining databases
Дата
Msg-id 20010228095645.A1495@india-today.com
обсуждение исходный текст
Ответ на joining databases  (will trillich <will@serensoft.com>)
Список pgsql-general
Currently there is no way to acces more than one db at a time.. But i
heard that there will be implementation of schema pretty soon..

Anand


On Tue, Feb 27, 2001 at 06:09:03PM -0600, 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
>    ;
>
>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@serensoft.com
>http://groups.yahoo.com/group/newbieDoc -- we need your brain!
>http://www.dontUthink.com/ -- your brain needs us!

В списке pgsql-general по дате отправления:

Предыдущее
От: "Dominic J. Eidson"
Дата:
Сообщение: BLCKSZ 0?
Следующее
От: Lincoln Yeoh
Дата:
Сообщение: Re: Slowdown problem when writing 1.7million records