writable joined view

From: Sarah Asmaels <sarah(at)spiesonline(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: writable joined view
Date: 2005-10-19 01:10:41
Message-ID: dj17je$7vu$1@news.spiesonline.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi!

I have one table referencing an object in another table through an ID,
and a view joining those tables on the ID. I want to create rules to
rewrite updates/deletes/inserts on the joined view to act on the real
tables. Can you give me some pointers? The documentation has only
examples for views depending on single tables.

Thank you,

Sarah

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Matthew Peter 2005-10-19 03:09:48 Re: problems with array
Previous Message Scott Marlowe 2005-10-19 00:30:03 Re: