CREATE OPERATOR and precedence

From: Marc Cousin <cousinmarc(at)gmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: CREATE OPERATOR and precedence
Date: 2010-07-08 14:28:30
Message-ID: 201007081628.30860.cousinmarc@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2010-07-08 14:31:41 Re: CREATE OPERATOR and precedence
Previous Message Thom Brown 2010-07-08 14:23:20 Re: MD5 passwords