a quick question - Mailing list pgsql-hackers

From scott.marlowe
Subject a quick question
Date
Msg-id Pine.LNX.4.33.0209171438570.1470-100000@css120.ihs.com
Whole thread Raw
Responses Re: a quick question  (Rod Taylor <rbt@rbt.ca>)
List pgsql-hackers
Hey, me and a few other folks were having a discussion off list, and the 
subject of inserts and missing columns came up. you may remember the point 
in the "I'm done" post by Bruce.  It said:

> o -Disallow missing columns in INSERT ... VALUES, per ANSI
> > What is this, and why is it marked done?

We used to allow INSERT INTO tab VALUES (...) to skip the trailing
columns and automatically fill in null's.  That is fixed, per ANSI.


Anyway, I just tested it on 7.3b1 and I can still do an insert with the 
columns missing and it fills in defaults or nulls, with defaults being the 
preference.

So, are we gonna make postgresql throw an error when someone tries to 
submit an insert with too few columns to match up to the implicit column 
list, or not?

This just seems like a change designed to piss off users to me, but I can 
see where it does encourage better query crafting.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: RPMS for 7.3 beta.
Next
From: Rod Taylor
Date:
Subject: Re: a quick question