Greg Stark <[EMAIL PROTECTED]> writes: > Is there an implicit cast from ints? So if I pass a 0 or 1 argument for a > boolean parameter now it'll work? That definitely didn't work in the past.
1. There's a cast. 2. It's not implicit. 3. You have always (well, at least since 7.0 which is the oldest version I have alive to check) been able to write '0' or '1' as the input textual representation of bool. The latter has nothing to do with any integer coercion though. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster