ANSI Compliant Inserts - Mailing list pgsql-patches

From Rod Taylor
Subject ANSI Compliant Inserts
Date
Msg-id 1018836468.8467.1.camel@knight.zort.ca
Whole thread Raw
Responses Re: ANSI Compliant Inserts  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: ANSI Compliant Inserts  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: ANSI Compliant Inserts  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Reports missing values as bad.

BAD:  INSERT INTO tab (col1, col2) VALUES ('val1');
GOOD: INSERT INTO tab (col1, col2) VALUES ('val1', 'val2');

Regress tests against DEFAULT and normal values as they're managed
slightly different.

Attachment

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Commands/ directory reorganisation
Next
From: Bruce Momjian
Date:
Subject: Re: Commands/ directory reorganisation