[EMAIL PROTECTED] writes: > Is it possible to have an array of user-defined types?
Scalar types, yes; composite types, no. Unfortunately the case you're talking about is a composite type. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match