Multidatabase query

From: Mauro Bertoli <bertoli(dot)mauro(at)yahoo(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: Multidatabase query
Date: 2009-03-27 16:46:27
Message-ID: 670516.99459.qm@web24402.mail.ird.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi all,
is possible in PostgreSQL to create query between multidatabase like Sql Server 2005?

An example:
SELECT
db1.a.id FROM db1.a
UNION
db2.b.id FROM db2.b

Where "db1" is a database and "db2" is another database. "a" is a table in database "db1" and "b" is a table in database "db2"

Best regards,
Mauro

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2009-03-27 17:07:01 Re: Postgresql On Windows
Previous Message Will Rutherdale (rutherw) 2009-03-27 16:32:12 Re: Is there a meaningful benchmark?