One-byte unsigned integer type with casts to smallint, integer, and boolean.
pgext.cloud · Source code · Documentation · Control file
| Package | utinyint |
|---|---|
| Version | 0.1.1 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 0 |
| Latest commit | 2017-09-01 |
| Catalogue updated | 2026-08-30 |
| tinyint | One-byte signed integer type with arithmetic, casts, aggregates, and B-tree, hash, and GIN operator classes. |
| uints | C extension providing unsigned 16-bit and 32-bit integer types with casts, operators, and numeric support functions. |
| istore | Integer-to-integer key/value store for analytic workloads. |
| ksj | Japanese kanji-numeral integer type with arithmetic, aggregates, casts, comparison, and B-tree indexing |
| number | Variable-width integer data type for PostgreSQL |
| saturated_int | Integer data type with saturation arithmetic that clamps overflow to int4 bounds. |