Re: table synonyms - Mailing list pgsql-general

From Mike Nolan
Subject Re: table synonyms
Date
Msg-id 200505241537.j4OFbF2t017934@gw.tssi.com
Whole thread Raw
In response to Re: table synonyms  (Tino Wildenhain <tino@wildenhain.de>)
Responses Re: table synonyms
List pgsql-general
> > I hope anybody can help me on this subject. The problem is not to find
> > a substitute for the Oracle synonyms, but a way to write queries
> > which, reliably, can be used no matter the schema which owns the
> > tables.
>
> Maybe you use views?

Unless it changed in 8, you can't insert into or update a view.

I don't know if rules will do the trick or not, to be honest I haven't
figured out what they can and cannot do.

As someone who used to use synonyms at the user/schema level in Oracle
as a way to restrict access to a subset tables based on user-specific
criteria (eg, restricting salesman 'X' to only his accounts in the customer
master table), yes, synonyms would be nice.

But if you really want them, become part of the development effort.
--
Mike Nolan

pgsql-general by date:

Previous
From: Sebastian Böck
Date:
Subject: Update on tables when the row doesn't change
Next
From: Aly Dharshi
Date:
Subject: Re: Postgres 8.0.3 Fedora RPMS ?