accessing two databases at the same time - Mailing list pgsql-general

From Peter Choe
Subject accessing two databases at the same time
Date
Msg-id 5.0.0.25.0.20030305151510.03ce2818@pop.mindspring.com
Whole thread Raw
Responses 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>)
List 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 by date:

Previous
From: Tony Grant
Date:
Subject: Re: a date_part question
Next
From: Darko Prenosil
Date:
Subject: Re: accessing two databases at the same time