Re: [PATCHES] ANSI Compliant Inserts - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: [PATCHES] ANSI Compliant Inserts
Date
Msg-id 081901c1e435$61865e00$8001a8c0@jester
Whole thread Raw
List pgsql-hackers
> > INSERT INTO tab VALUES ('val1'); -- bad by spec (not enforced)
> > INSERT INTO tab VALUES ('val1', 'val2'); -- good
>
> I recall that this was the behavior we agreed we wanted.  IMHO, it
would
> be conditional on the INSERT ... VALUES (DEFAULT) capability being
> provided.  I'm not sure if that is there yet.

My patch for that was applied a couple weeks ago.



pgsql-hackers by date:

Previous
From: Barry Lind
Date:
Subject: Re: 7.3 schedule
Next
From: Peter Eisentraut
Date:
Subject: Re: Security Issue..