Ian Barwick <[EMAIL PROTECTED]> writes: > Anyone know what the ANSI standard is? I don`t recall any other > database apart from MySQL which default to case-insensitive > CHAR or VARCHAR columns.
I believe the spec has a notion of a "collation attribute" attached to character-type columns. You could define a collation that makes comparisons case insensitive and then mark selected columns that way. We don't have anything like that yet, though Tatsuo has been heard muttering about how to make it happen ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]