Re: accessing two databases at the same time

Поиск
Список
Период
Сортировка
От Darko Prenosil
Тема Re: accessing two databases at the same time
Дата
Msg-id 200303052158.05213.darko.prenosil@finteh.hr
обсуждение исходный текст
Ответ на accessing two databases at the same time  (Peter Choe <choepete@mindspring.com>)
Список pgsql-general
On Wednesday 05 March 2003 20:17, Peter Choe wrote:
> if i have database 'A' with a table called 'a' and another database 'B'
> with a table called 'b', is there a way to do a select using both databases
> and their tables?
>
> select * from A.a, B.b;
>

See the dblink in contrib directory or
if You are familyar with postgres libpq client interface, look at
ftp://gborg.postgresql.org/pub/plpq/devel/plpq_src.tar.gz

> Peter Choe
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html



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

Предыдущее
От: Peter Choe
Дата:
Сообщение: accessing two databases at the same time
Следующее
От: Ian Barwick
Дата:
Сообщение: Re: accessing two databases at the same time