Ruey-Lung Hsiao <[EMAIL PROTECTED]> writes: > My question is: how do I find or define ordering operators for my > user-defined type?
Create a default btree index operator class for the type. See http://developer.postgresql.org/docs/postgres/xindex.html regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend