Re: XOR operator.

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Joshua Moore-Oliva <josh(at)chatgris(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: XOR operator.
Date: 2003-03-29 03:54:52
Message-ID: 20030328195206.U1862-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Smith 2003-03-29 05:56:21 pg_dump data and foreign keys
Previous Message Bruce Momjian 2003-03-29 03:52:11 Re: Database files - personal curiosity