Re: Adding unsigned 256 bit integers

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Olivier Lalonde <olalonde(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Adding unsigned 256 bit integers
Date: 2014-04-10 13:41:07
Message-ID: 53469F73.6090204@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04/10/2014 09:13 PM, Olivier Lalonde wrote:
> I was wondering if there would be any way to do the following in PostgreSQL:
>
> UPDATE cryptotable SET work = work + 'some big hexadecimal number'

For readers finding this in the archives, this question also appears here:

http://dba.stackexchange.com/questions/62934/adding-unsigned-256-bit-integers-in-postgresql

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2014-04-10 14:09:34 Partial match fix for fast scan
Previous Message Andrew Dunstan 2014-04-10 13:26:46 Re: Adding unsigned 256 bit integers