Re: INSERT/UPDATE/DELETE Views

From: Darko Prenosil <darko(dot)prenosil(at)finteh(dot)hr>
To: Kaarel <kaarel(at)future(dot)ee>, pgsql-general(at)postgresql(dot)org
Subject: Re: INSERT/UPDATE/DELETE Views
Date: 2003-05-20 11:10:42
Message-ID: 200305201310.42521.darko.prenosil@finteh.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2003-05-20 11:22:07 Re: How to get required space between field names
Previous Message Darko Prenosil 2003-05-20 11:04:24 Re: How to get required space between field names