Tom Lane wrote:
Chris Gamache <[EMAIL PROTECTED]> writes:
~>=~
~<=~
~<>~
~<~
~=~
~>~
They aren't familiar to me, but I can tell that they are text comparison
operators. The details of what and how they compare is a mystery to me!
Those are the non-locale-aware operators that Peter added to support
LIKE. I'm surprised to hear they aren't documented.
regards, tom lane
What are they, just binary?
BTW, isn't that what locale C is, binary?
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match