Re: question about selecting across multiple dbs

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Joe Maldonado <jmaldonado(at)webehosting(dot)biz>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: question about selecting across multiple dbs
Date: 2004-03-08 21:16:36
Message-ID: Pine.LNX.4.33.0403081415580.2365-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 8 Mar 2004, Joe Maldonado wrote:

> 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;

Note that if you can live with having your databases converted into
schemas within the same database, then you can do this now and with all
the performance available by doing it within a single database.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2004-03-08 21:18:31 Re: COMMENT ON [GROUP/USER]
Previous Message Mike Mascari 2004-03-08 21:10:59 Re: COMMENT ON [GROUP/USER]