Re: [HACKERS] default values - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] default values
Date
Msg-id 35ED695B.795AD4A5@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] default values  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
> I thought you did the default values additions?  Isn't it all done in
> parser/analyze.c?  My guess is that is is looking at the number of
> attributes specified in the target list, while in your case you really
> want it look at the number of entries NOT in the target list.

I just helped rewrite the gram.y parts of the default value grammar to
do full parsing on the clause. All of the hard work (and real knowledge)
was Vadim's...

                     - Tom

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Core dump in regression tests.u
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] default values