Re: table synonyms

Поиск
Список
Период
Сортировка
От Mike Nolan
Тема Re: table synonyms
Дата
Msg-id 200505241537.j4OFbF2t017934@gw.tssi.com
обсуждение исходный текст
Ответ на Re: table synonyms  (Tino Wildenhain <tino@wildenhain.de>)
Ответы Re: table synonyms  (Tino Wildenhain <tino@wildenhain.de>)
Список 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 по дате отправления:

Предыдущее
От: Sebastian Böck
Дата:
Сообщение: Update on tables when the row doesn't change
Следующее
От: Aly Dharshi
Дата:
Сообщение: Re: Postgres 8.0.3 Fedora RPMS ?