2009/8/26 Greg Stark <[email protected]>: >> PostgreSQL does not automatically cast data between BOOLEAN and INT >> PostgreSQL does not automatically cast data between INT and VARCHAR/CHAR > > These are things we've gone out of our way to NOT do. At some cost > too. Being loose here makes it easy to miss errors in your SQL.
Actually it always bothered me that we don't have implicit casts from integer->boolean. I can't see any ambiguity or unintentional effects this would cause problems with. Am I missing something? -- greg http://mit.edu/~gsstark/resume.pdf -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
