Re: Updateable Views or Synonyms.

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: Updateable Views or Synonyms.
Дата
Msg-id jqcegs$puj$4@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на Updateable Views or Synonyms.  (Tim Uckun <timuckun@gmail.com>)
Ответы Re: Updateable Views or Synonyms.  (Tim Uckun <timuckun@gmail.com>)
Список pgsql-general
On 2012-05-29, Tim Uckun <timuckun@gmail.com> wrote:
> I am wondering if either of these features are on the plate for
> postgres anytime soon? I see conversations going back to 2007 on
> updateable views and some conversations about synonyms but obviously
> they have never been added to the database for some reason or another.

updateable views can be implemented using rules

> With regards to synonyms. It seems to me I could kind of achieve the
> same functionality by creating a dblink into the same database. Would
> that be an insane?

what sorts of operations do synonyms need to support?
truncate?
alter table?
reindex?

--
⚂⚃ 100% natural

В списке pgsql-general по дате отправления:

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: timestamps, formatting, and internals
Следующее
От: Samba
Дата:
Сообщение: Re: select current_setting('transaction_isolation')