Unsigned Datatypes

From: Martin Neumann <lists(at)mne(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Unsigned Datatypes
Date: 2000-01-19 20:20:19
Message-ID: E12B1Zz-0002eo-00@darwin.oche.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Are there any plans to implement unsigned datatypes like uint4 and
uint8?

In many cases I don't need the signed int4 numbers, but I would be happy
to have a larger range without using the twice as large int8 type.

--
Martin Neumann, Welkenrather Str. 118c, 52074 Aachen, Germany
mne(at)mne(dot)de - http://www.mne.de/mne/ - sms(at)mne(dot)de [eMail2SMS]
Tel. 0241 / 8876-080 - Mobil: 0173 / 27 69 632
------.---------------------------------------------------------
| at | Inform GmbH - Abteilung Airport Logistics
| work | Pascalstr. 23 - 52076 Aachen - Tel. 02408 / 9456-0
|______| martin(dot)neumann(at)inform-ac(dot)com - http://www.inform-ac.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message mikeo 2000-01-19 21:48:33 sharing tables between databases
Previous Message Ed Loehr 2000-01-19 19:15:15 Re: [GENERAL] Trigger problem