Re: [DOCS] CREATE OPERATOR and precedence

2010-07-08 Thread Tom Lane
Marc Cousin writes: > From a technical point of view, I obviously totally agree, operators > have no control over precedence, but I was only reporting this because > I thought that it might be helpful to put something like a pointer to > this table in the CREATE OPERATOR doc. Oh, that's a reasona

Re: [DOCS] CREATE OPERATOR and precedence

2010-07-08 Thread Marc Cousin
The Thursday 08 July 2010 16:31:41, Tom Lane wrote : > Marc Cousin writes: > > 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

Re: [DOCS] CREATE OPERATOR and precedence

2010-07-08 Thread Tom Lane
Marc Cousin writes: > 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. CREATE OPERATOR has nothing t

[DOCS] CREATE OPERATOR and precedence

2010-07-08 Thread Marc Cousin
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 i