Re: Cross-database tables

From: "Brett W(dot) McCoy" <bmccoy(at)chapelperilous(dot)net>
To: Ron Johnson <rjohnson(at)rjohnson(dot)com>
Cc: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Cross-database tables
Date: 2001-01-07 02:25:13
Message-ID: Pine.LNX.4.30.0101062111580.8905-100000@chapelperilous.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sat, 6 Jan 2001, Ron Johnson wrote:

> I'd love it if I could access tables from other databases.
>
> Is there a way to do this?
>
> Here's some sample pseudo-SQL in case I wasn't clear about that:
>
> select * from database1^table3, database2^table4;

Is this the same as what in SQL92 are known as 'logical schemas' (versus
the physical schema)? They aren't supported yet in PostgreSQL, but are in
the TODO list, according to http://www.postgresql.org/docs/todo.html,
under exotic features. hmm... distributed queries (via replication) are
listed in there as well. Cool.

-- Brett
http://www.chapelperilous.net/~bmccoy/
---------------------------------------------------------------------------
I'd never join any club that would have the likes of me as a member.
-- Groucho Marx

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Ron Johnson 2001-01-07 03:12:29 Re: Cross-database tables
Previous Message Ron Johnson 2001-01-07 01:56:31 Cross-database tables