| From: | "Rod Taylor" <rbt(at)zort(dot)ca> |
|---|---|
| To: | "Peter Eisentraut" <peter_e(at)gmx(dot)net> |
| Cc: | "Hackers List" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: [PATCHES] ANSI Compliant Inserts |
| Date: | 2002-04-15 04:24:05 |
| Message-ID: | 081901c1e435$61865e00$8001a8c0@jester |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
> > 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-04-15 04:24:49 | Re: [PATCHES] ANSI Compliant Inserts |
| Previous Message | Peter Eisentraut | 2002-04-15 04:23:38 | Re: regexp character class locale awareness patch |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-04-15 04:24:49 | Re: [PATCHES] ANSI Compliant Inserts |
| Previous Message | Bruce Momjian | 2002-04-15 04:17:22 | Re: [PATCHES] ANSI Compliant Inserts |