Hi,

I have develop my own data type and my own operators on this data type. I could not find how to tell PostgreSQL which precedence I want to assign to my operator. For example, I want my unary operator "~" to have a higher precedence than my "+" operator. For now I have to use parenthesis to avoid ambiguity. I would prefer being able to define implicit precedence.

Root



---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to