Re: Cross-database queries

From: "Brett W(dot) McCoy" <bmccoy(at)chapelperilous(dot)net>
To: Andy Hallam <ahm(at)exel(dot)co(dot)uk>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Cross-database queries
Date: 2001-10-19 13:55:05
Message-ID: Pine.LNX.4.30.0110190949370.17960-100000@chapelperilous.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 19 Oct 2001, Andy Hallam wrote:

> I am porting our applications from SQL SERVER, ORACLE and DB2 to PostgreSQL.
>
> I have just read that PostgreSQL does NOT support cross-database queries.

Nope, it doesn't. However, you can simulate this in your client
application by having two database connections open and making two queries
and then processing both sets of data.

There was talk about having schema support in PostgreSQL at time. In
fact, I think it is listed as 'Urgent' in the TODO list as part of the
replication support

(http://postgresql.cokernet.com/docs/todo.html)

-- Brett
http://www.chapelperilous.net/
------------------------------------------------------------------------
You can fool all the people all of the time if the advertising is right
and the budget is big enough.
-- Joseph E. Levine

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2001-10-19 14:06:39 Re: Possible bug in postgresql-7.1.3-1PGDG
Previous Message Brett W. McCoy 2001-10-19 13:49:23 Re: RPM postmaster -i ?