accessing two databases at the same time

Поиск
Список
Период
Сортировка
От Peter Choe
Тема accessing two databases at the same time
Дата
Msg-id 5.0.0.25.0.20030305151510.03ce2818@pop.mindspring.com
обсуждение исходный текст
Ответы Re: accessing two databases at the same time  (Darko Prenosil <darko.prenosil@finteh.hr>)
Re: accessing two databases at the same time  (Ian Barwick <barwick@gmx.net>)
Re: accessing two databases at the same time  (Tariq Muhammad <tmuhamma@libertyrms.com>)
Список pgsql-general
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;

Peter Choe



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

Предыдущее
От: Tony Grant
Дата:
Сообщение: Re: a date_part question
Следующее
От: Darko Prenosil
Дата:
Сообщение: Re: accessing two databases at the same time