Re: XOR operator. - Mailing list pgsql-general

From Stephan Szabo
Subject Re: XOR operator.
Date
Msg-id 20030329131239.Y13939-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Re: XOR operator.  (Jean-Luc Lachance <jllachan@nsd.ca>)
List pgsql-general
On Sat, 29 Mar 2003, Jean-Luc Lachance wrote:

> AFAICR
>
> A xor B = ( A and not B) or ( not A and B)

Unless I misremember, for simple booleans
A xor B can be expressed as A!=B.  That's why I'd
guessed he was looking for bitwise/binary xor.


pgsql-general by date:

Previous
From: Jean-Luc Lachance
Date:
Subject: Re: XOR operator.
Next
From: "Thomas T. Thai"
Date:
Subject: 7.3.2 Regression Failures Worth Looking Into