PGS 7.2 : Insert with wrong number of values did not fail - Mailing list pgsql-general

From Geoffrey KRETZ
Subject PGS 7.2 : Insert with wrong number of values did not fail
Date
Msg-id 421A0077.3020708@4js.com
Whole thread Raw
Responses Re: PGS 7.2 : Insert with wrong number of values did not  (Scott Marlowe <smarlowe@g2switchworks.com>)
Re: PGS 7.2 : Insert with wrong number of values did not fail  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi,

I've got a question about a difference beetween PGS 7.2 and PGS 7.4
behaviours.

With PGS 7.2 :
 INSERT INTO table (col1, col2) VALUES (val1) doesn't fail

With PGS 7.4 :
 INSERT INTO table (col1, col2) VALUES (val1) failed

Is it a known bug ?

Thx.

Geoffrey KRETZ
Four J's Development Tools

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Deadlock and FK triggers
Next
From: "Magnus Hagander"
Date:
Subject: Re: Deadlock and FK triggers