If you think that smallints are more bother than they are worth, perhaps you should remove support for smallints completely. Then people would know where they stood. (Or you could make smallint a synonym for int.)
The other half of my problem was having to cast the literal 'R' to char(1) explicitly. I know that string literals can be used to represent all sorts of datatypes, but that is no reason to disallow interpreting them as strings.
Or would an implicit cast have worked if I had omitted the length specifier?
--- On Tue, 13/4/10, Tom Lane <tgl@xxxxxxxxxxxxx> wrote:
|