Re: FW: FW: Linking databases.

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Geoff <geoff(at)metalogicplc(dot)com>
Cc: "Pgsql-Admin (E-mail)" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: FW: FW: Linking databases.
Date: 2002-07-11 16:05:31
Message-ID: 20020711090246.W63911-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, 11 Jul 2002, Geoff wrote:

> I don't think either COPY or PG_DUMP will help in this case...
>
> I have a users table in database ADMIN with a primary key user_id. I have a
> users_access table in database LIVE which I was hoping to have a foreign key
> user_id reference the user_id column in the ADMIN database, so If I deleted
> a user it would cascade and delete the users_access records.....
>
> are you saying this is impossible? if so, are their plans for this to be
> made a feature in a future release?

Not any time soon, there's no real support for making cross db queries
using just the query language right now, and that'd be a prerequisite and
that's not on the near term chart either. Many of the things that people
historically used multiple databases for may be resolvable using schemas
which is coming up soon (7.3).

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Stephan Szabo 2002-07-11 16:08:31 Re: Vaccuming on 7.1.3
Previous Message Andrew Sullivan 2002-07-11 15:54:23 Re: Disabling case sensitivity