make == as = ? - Mailing list pgsql-hackers

From Fabien COELHO
Subject make == as = ?
Date
Msg-id Pine.LNX.4.58.0404070929050.9008@sablons.cri.ensmp.fr
Whole thread Raw
Responses Re: make == as = ?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Dear hackers,

Would it hurt anybody if operator == is made a synonym for operator =?
as != is a synonum for <>, it would make sense.

If it does not hurt, should it be implemented by replicating pg_operator
entries, or would a backend modification be ok? Operator != is NOT in
pg_operator, so it must be dealt with in the backend. I would prefer
a backend solution, so that == is also always =.

-- 
Fabien Coelho - coelho@cri.ensmp.fr


pgsql-hackers by date:

Previous
From: Karel Zak
Date:
Subject: Re: union vs. sort
Next
From: Dennis Bjorklund
Date:
Subject: Re: Regression from 7.3 to 7.4