Re: inserting columns with values from a different table

From: Nils Zonneveld <nils(at)mbit(dot)nl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: inserting columns with values from a different table
Date: 2001-07-09 18:39:55
Message-ID: 3B4AC0C9.C79108E7@mbit.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gregory Wood wrote:
>
> You could create D as a VIEW with what you need from A, B and C. Then create
> some RULEs on that view to perform your INSERTs, UPDATEs, and DELETEs.
>
> I'm not sure that will make your life easier, but that decision is yours to
> make :)
>

Ah updateable views, something for PG 7.2?

Nils
--
Alles van waarde is weerloos
Lucebert

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Pilosov 2001-07-09 18:49:28 Re: Info regarding integrating a barcode reader with PostgreSQL
Previous Message Stephan Szabo 2001-07-09 18:34:15 Re: orphaned RI constraints