select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Data types

saturated_int

Integer data type with saturation arithmetic that clamps overflow to int4 bounds.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepg-saturated_int
Version0.0.1
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars1
Latest commit2025-03-14
Catalogue updated2026-08-30

Related extensions

See also

tinyintOne-byte signed integer type with arithmetic, casts, aggregates, and B-tree, hash, and GIN operator classes.
ksjJapanese kanji-numeral integer type with arithmetic, aggregates, casts, comparison, and B-tree indexing
istoreInteger-to-integer key/value store for analytic workloads.
utinyintOne-byte unsigned integer type with casts to smallint, integer, and boolean.
uintsC extension providing unsigned 16-bit and 32-bit integer types with casts, operators, and numeric support functions.
numberVariable-width integer data type for PostgreSQL