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