Hi,
I just got caught by a precedence problem with CREATE OPERATOR.
Obviously, it was mostly my fault (I didn't think of the precedence of my
operator at all), but I didn't find anything in the CREATE OPERATOR
documentation about it either.
From looking at the code, I think I understood that it has a very low
precedence, but shouldn't it be specified in the documentation (so that at
least distracted people like me think of precedence next time they create an
operator :) ) ?
Cheers
Marc