Re: [HACKERS] default values

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: vadim(at)krs(dot)ru, hackers(at)postgreSQL(dot)org, sferac(at)bo(dot)nettuno(dot)it
Subject: Re: [HACKERS] default values
Date: 1998-09-02 15:50:51
Message-ID: 35ED695B.795AD4A5@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-09-02 15:59:14 Re: [HACKERS] default values
Previous Message Bruce Momjian 1998-09-02 15:42:13 Re: [HACKERS] Core dump in regression tests.u