Insert ... (a, b, DEFAULT, c, d);

From: Rod Taylor <rbt(at)zort(dot)ca>
To: pgsql-patches(at)postgresql(dot)org
Subject: Insert ... (a, b, DEFAULT, c, d);
Date: 2002-03-30 03:07:10
Message-ID: 1017457635.29553.2.camel@knight.zort.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
insert.patch text/plain 8.1 KB
insert.out text/plain 703 bytes
insert.sql text/x-sql 487 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-03-30 19:06:24 Re: Insert ... (a, b, DEFAULT, c, d);
Previous Message Bruce Momjian 2002-03-29 04:26:40 Re: bison fixes