Re: INSERT/UPDATE/DELETE Views - Mailing list pgsql-general

From Darko Prenosil
Subject Re: INSERT/UPDATE/DELETE Views
Date
Msg-id 200305201310.42521.darko.prenosil@finteh.hr
Whole thread Raw
In response to INSERT/UPDATE/DELETE Views  (Kaarel <kaarel@future.ee>)
List pgsql-general
On Tuesday 20 May 2003 12:01, Kaarel wrote:
> Hi
>
> I'm relatively new to PostgreSQL. I was wondering why were
> INSERT/UPDATE/DELETE view diabled in PostgreSQL? Other database systems
> have these features so why shouldn't PostgreSQL. I did some searching
> and found that prior version 7.1 or 7.0 these features were in fact
> enabled. I couldn't however find a satisfying reason for the removal of
> these features from PostqreSQL mailing list archives.
>
>
    Postgres had, and still have update, delete and insert rules, which can be
used to "simulate" updatable views. Read documentation !  You can start with
"CREATE RULE" sql command. It is too much to explain it in one mail.

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster


pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Fw: How to get required space between field names
Next
From: "Nigel J. Andrews"
Date:
Subject: Re: How to get required space between field names