xor(bytea,bytea)

From: "Cole, Tavin" <tcole(at)aquent(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: xor(bytea,bytea)
Date: 2010-10-29 16:08:31
Message-ID: AANLkTimQrcXRK41wDYWX9iCfZ+OszHhSxkGoyFj8Q=pQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hello,

does anyone have a C implementation of xor(bytea,bytea)?

i need to xor aggregate the results of a digest.

an xor operator for bytea would be great too, but i'd be happy with
just the function.

i've searched and found past posts about xor'ing text, or bit <->
bytea casting. it seemed the general developer attitude was that xor
operators for bytea might be appropriate, but i haven't found a
materialization of that.

thanks,
tavin

Browse pgsql-general by date

  From Date Subject
Next Message Ivan Sergio Borgonovo 2010-10-29 16:08:54 Re: exceptionally large UPDATE
Previous Message Jan C. 2010-10-29 14:58:28 Re: pg_restore -t table doesn't restore PKEY