Re: default values for views - Mailing list pgsql-patches

From Tom Lane
Subject Re: default values for views
Date
Msg-id 7528.1018916153@sss.pgh.pa.us
Whole thread Raw
In response to Re: default values for views  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.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

pgsql-patches by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: ANSI Compliant Inserts
Next
From: Tom Lane
Date:
Subject: Re: default values for views