PGS 7.2 : Insert with wrong number of values did not fail

From: Geoffrey KRETZ <gk(at)4js(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: PGS 7.2 : Insert with wrong number of values did not fail
Date: 2005-02-21 15:38:31
Message-ID: 421A0077.3020708@4js.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2005-02-21 15:43:17 Re: Deadlock and FK triggers
Previous Message Bruce Momjian 2005-02-21 15:30:58 Re: Deadlock and FK triggers