select open change scope Open full search

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

Extensions / Data types

utinyint

One-byte unsigned integer type with casts to smallint, integer, and boolean.

pgext.cloud · Source code · Documentation · Control file

Overview

Packageutinyint
Version0.1.1
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars0
Latest commit2017-09-01
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.
uintsC extension providing unsigned 16-bit and 32-bit integer types with casts, operators, and numeric support functions.
istoreInteger-to-integer key/value store for analytic workloads.
ksjJapanese kanji-numeral integer type with arithmetic, aggregates, casts, comparison, and B-tree indexing
numberVariable-width integer data type for PostgreSQL
saturated_intInteger data type with saturation arithmetic that clamps overflow to int4 bounds.