Re: XOR operator.

Stephan Szabo <sszabo@megazone23.bigpanda.com>

From: Stephan Szabo <sszabo@megazone23.bigpanda.com>
To: Joshua Moore-Oliva <josh@chatgris.com>
Cc: <pgsql-general@postgresql.org>
Date: 2003-03-29T03:54:52Z
Lists: pgsql-general
On Fri, 28 Mar 2003, Joshua Moore-Oliva wrote:

> Does postgresql support the xor operator?

You can get bitwise/binary xor (of bitstrings and integers) with the #
operator AFAICS.