Accessing objects over db-borders - Mailing list pgsql-sql

From KÖPFERL Robert
Subject Accessing objects over db-borders
Date
Msg-id ED4E30DD9C43D5118DFB00508BBBA76EB165AB@neptun.sonorys.at
Whole thread Raw
Responses Re: [despammed] Accessing objects over db-borders  (Andreas Kretschmer <akretschmer@despammed.com>)
List pgsql-sql
Hi,

Consider one postmaster that manages multiple databases (logical names)

Is it possible (and how) to access a stored procedure or view/Table which
resides in DB aaa if your DB-connection has currently the context on DB bbb?

So: I login on db bbb as a user who has rights on both DBs (aaa,bbb). Can I
do a select on a table of DB aaa?

If this is possible I suspect referential integrity not to work, does it?


Thanks


pgsql-sql by date:

Previous
From: "Peter Manchev"
Date:
Subject: Re: plpgsql functions to 'C' functions
Next
From: Andreas Kretschmer
Date:
Subject: Re: [despammed] Accessing objects over db-borders