Insert ... (a, b, DEFAULT, c, d); - Mailing list pgsql-patches

From Rod Taylor
Subject Insert ... (a, b, DEFAULT, c, d);
Date
Msg-id 1017457635.29553.2.camel@knight.zort.ca
Whole thread Raw
Responses Re: Insert ... (a, b, DEFAULT, c, d);  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Adds inserts with defaults.

Insert regression test will be required for other insert specific stuff

ie. INSERT values (), (), ()...



Any column set to DEFAULT is dropped in analyze.c while transforming the
insert statement.

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: bison fixes
Next
From: Tom Lane
Date:
Subject: Re: Insert ... (a, b, DEFAULT, c, d);