BUG #2802: Feature request: tinyint and unsigned types

From: "Albert Strasheim" <fullung(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2802: Feature request: tinyint and unsigned types
Date: 2006-12-01 20:41:32
Message-ID: 200612012041.kB1KfWAX054205@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2802
Logged by: Albert Strasheim
Email address: fullung(at)gmail(dot)com
PostgreSQL version: 8.1
Operating system: Windows
Description: Feature request: tinyint and unsigned types
Details:

MySQL's support for 1-byte integers and unsigned types are very useful in
some applications where it makes sense to express certain values as 1-byte
values or as unsigned values. Having support for this in PostgreSQL would be
awesome.

Yes, bigger types can be used, but they introduce additional storage
requirements that maybe be excessive in certain situations.

http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html

Thanks!

Cheers,

Albert Strasheim

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Greg Johnson 2006-12-01 21:07:45 BUG #2803: server terminated abnormally when limit or offset is null
Previous Message Gus Gutoski 2006-12-01 20:18:47 BUG #1873: "Invalid username specified" during install