Re: [GENERAL] PGS 7.2 : Insert with wrong number of values did not

2005-02-21 Thread Geoffrey KRETZ
Scott Marlowe wrote: On Mon, 2005-02-21 at 09:49, Geoffrey KRETZ wrote: Scott Marlowe wrote: On Mon, 2005-02-21 at 09:38, Geoffrey KRETZ wrote: 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 (

Re: [GENERAL] PGS 7.2 : Insert with wrong number of values did not

2005-02-21 Thread Scott Marlowe
On Mon, 2005-02-21 at 09:49, Geoffrey KRETZ wrote: > Scott Marlowe wrote: > > >On Mon, 2005-02-21 at 09:38, Geoffrey KRETZ wrote: > > > > > >>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, co

Re: [GENERAL] PGS 7.2 : Insert with wrong number of values did not fail

2005-02-21 Thread Tom Lane
Geoffrey KRETZ <[EMAIL PROTECTED]> writes: > 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 bu

Re: [GENERAL] PGS 7.2 : Insert with wrong number of values did not

2005-02-21 Thread Geoffrey KRETZ
Geoffrey KRETZ wrote: Scott Marlowe wrote: On Mon, 2005-02-21 at 09:38, Geoffrey KRETZ wrote: 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, col

Re: [GENERAL] PGS 7.2 : Insert with wrong number of values did not

2005-02-21 Thread Scott Marlowe
On Mon, 2005-02-21 at 09:38, Geoffrey KRETZ wrote: > 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) faile

Re: [GENERAL] PGS 7.2 : Insert with wrong number of values did not

2005-02-21 Thread Geoffrey KRETZ
Scott Marlowe wrote: On Mon, 2005-02-21 at 09:38, Geoffrey KRETZ wrote: 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) faile

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

2005-02-21 Thread Geoffrey KRETZ
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 --