Select from different database

From: "Jacob Vennervald Madsen" <jvm(at)gopinocchio(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Select from different database
Date: 2001-08-29 08:04:49
Message-ID: 19514C7E64E4FA4FBEEC9BA3CB3376FD17B67C@gopinocchio-sbs.gopinocchio.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All

Is it possible to fetch data from another database than the current?
E.g. like in Oracle I can select data from 2 different DB's like this:

select * from db1.table1 as tbl1, db2.table2 as tbl2 where tbl1.id1 =
tbl2.id2;

Jacob

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stan 2001-08-29 08:44:56 Indexes
Previous Message David M. Richter 2001-08-29 07:57:04 Compaq iPAQ and Postgresql