Unsigned types

From: Shane Wegner <shane(at)cm(dot)nu>
To: pgsql-general(at)postgresql(dot)org
Subject: Unsigned types
Date: 2001-11-16 23:36:12
Message-ID: 20011116153612.A22035@cm.nu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

Just a quick question. I have a 64 bit type (int8) which
needs the range 0 through 2**64. In otherwords an int8
unsigned type. Is it possible to declare this using
Postgres 7.1.x? If not, can anyone suggest a way around
it?

Best regards,
Shane

--
Shane Wegner: shane(at)cm(dot)nu
http://www.cm.nu/~shane/
PGP: 1024D/FFE3035D
A0ED DAC4 77EC D674 5487
5B5C 4F89 9A4E FFE3 035D

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Grant Table 2001-11-17 00:37:05 Triggers, functions and column names: a poser
Previous Message SunMie Won 2001-11-16 18:18:36 using CURSORS within a function