question about selecting across multiple dbs

From: Joe Maldonado <jmaldonado(at)webehosting(dot)biz>
To: pgsql-hackers(at)postgresql(dot)org
Subject: question about selecting across multiple dbs
Date: 2004-03-08 16:57:29
Message-ID: opr4jyp3uixjk05d@mail.webehosting.biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,
I see that there is an item "Queries across databases or servers (two-phase commit)" on the todo list's urgent header. I have tried asking this question on the other lists and have not yet gotten a suitable answer to this question...When is this functionality expected to be available in PostgreSQL? I as well as many others want to be able to run queries such as

SELECT a.field_a, b.field_b FROM user:pwd(at)host(dot)database(dot)schema(dot)table_a AS a NATURAL JOIN local_table AS b;

Thanks in advance,

-Joe

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Flavio 2004-03-08 17:02:46 Data from Binary Cursor
Previous Message Shachar Shemesh 2004-03-08 16:13:00 Re: one byte data type