Re: What's ETA for read/write Views?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Timothy Covell <dirac(at)applink(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: What's ETA for read/write Views?
Date: 2000-08-01 01:33:40
Message-ID: 19845.965093620@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Read-write views exist now: you just have to write ON INSERT,
ON UPDATE, ON DELETE rules that show what you think should happen.

Some people seem to think that the system should try to intuit
those rules for them, but I don't believe that's either possible
or desirable. The entire point of a view is that it's not an
exact image of the underlying data, so how is a machine going to
figure out what you want an update on the view to do?

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jerome Raupach 2000-08-01 08:25:04 copy with libpq?
Previous Message Timothy Covell 2000-07-31 23:59:51 What's ETA for read/write Views?