Re: default values for views

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>, pgsql-patches(at)postgresql(dot)org
Subject: Re: default values for views
Date: 2002-04-16 00:15:53
Message-ID: 7528.1018916153@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Oh, so somehow this patch interacts with the rule insertion code to
> handle it. OK.

Right, the idea is to make an ON INSERT rule for a view act as though
there were default values for the columns of the view.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-04-16 00:40:46 Re: default values for views
Previous Message Hiroshi Inoue 2002-04-16 00:15:23 Re: ANSI Compliant Inserts