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




-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to