Re: INSERT and parentheses
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2010-04-26T13:13:54Z
Lists: pgsql-hackers
* Robert Haas (robertmhaas@gmail.com) wrote: > > The first version is a lot more common and as it turns out, is sometimes > > very hard to spot. This patch attaches a HINT message to these two > > cases. The message itself could probably be a lot better, but I can't > > think of anything. > > > > Thoughts? > > I suggest adding it to the next CommitFest. Since I've never been > bitten by this, I can't get excited about the change, but I'm also not > arrogant enough to believe that everyone else's experiences are the > same as my own. Not to be a pain, but the hint really is kind of terrible.. It'd probably be better if you included somewhere that the insert appears to be a single column with a record-type rather than multiple columns of non-composite type.. Thanks, Stephen