Re: Updateable Views or Synonyms.

From: Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com>
To: Alban Hertroys <haramrae(at)gmail(dot)com>
Cc: Tim Uckun <timuckun(at)gmail(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Updateable Views or Synonyms.
Date: 2012-05-30 12:45:02
Message-ID: CA+h6Ahg5x0+5cUcJ==DviAikVd_-17RGd6M9O_bpWRuhs3C--g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, May 30, 2012 at 12:38 PM, Alban Hertroys <haramrae(at)gmail(dot)com> wrote:

> On 30 May 2012, at 1:16, Tim Uckun 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.
>
>
>
You can also create a updateable VIEW using "INSTEAD OF" trigger which is a
new feature in PG 9.1.
http://www.postgresql.org/docs/9.1/static/sql-createtrigger.html

---
Regards,
Raghavendra
EnterpriseDB Corporation
Blog: http://raghavt.blogspot.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2012-05-30 13:57:27 google F1
Previous Message Sergey Konoplev 2012-05-30 10:12:52 Re: How to handle nested record data.