Re: Updateable Views or Synonyms.

From: Alban Hertroys <haramrae(at)gmail(dot)com>
To: Tim Uckun <timuckun(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Updateable Views or Synonyms.
Date: 2012-05-30 07:08:50
Message-ID: 8C0F7936-1B68-42D2-8159-C42BCE964D1C@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 create updateable views by adding INSERT, UPDATE and DELETE rules to them.

Alban Hertroys

--
The scale of a problem often equals the size of an ego.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sergey Konoplev 2012-05-30 10:12:52 Re: How to handle nested record data.
Previous Message Pavel Stehule 2012-05-30 06:40:29 Re: How to handle nested record data.