tinyint

This Release
tinyint 0.1.1
Date
Status
Stable
Other Releases
Abstract
1 byte integer data type
Description
This provides 1 byte integer with full set of operators, index access methods and definition of them.
Released By
umitanuki
License
PostgreSQL
Resources
Special Files
Tags

Extensions

tinyint 0.1.1
1 byte integer

README

Contents

tinyint-postgresql

This is an extension that impelements tinyint (1 byte integer) as a data type
of PostgreSQL. Traditionally, PostgreSQL core has a policy not to have 1 byte
integer in it. With this module, you can define 1 byte integer column on your
tables, which will help query performances and portabilities from other RDBMS.


Hitoshi Harada