CREATE OPERATOR and precedence - Mailing list pgsql-docs

From Marc Cousin
Subject CREATE OPERATOR and precedence
Date
Msg-id 201007081628.30860.cousinmarc@gmail.com
Whole thread Raw
Responses Re: CREATE OPERATOR and precedence  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
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


pgsql-docs by date:

Previous
From: Thom Brown
Date:
Subject: Re: MD5 passwords
Next
From: Tom Lane
Date:
Subject: Re: CREATE OPERATOR and precedence