select open change scope Open full search

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

Extensions / Data types

uints

C extension providing unsigned 16-bit and 32-bit integer types with casts, operators, and numeric support functions.

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

Overview

Packagepostgres_uints
Version0.9
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars7
Latest commit2013-06-15
Catalogue updated2026-08-30

Related extensions

See also

ksjJapanese kanji-numeral integer type with arithmetic, aggregates, casts, comparison, and B-tree indexing
numeric_domainsCustom numeric domains for PostgreSQL
decimalDecimal32 and decimal64 decimal floating-point data types with arithmetic and casts
fixeddecimalFixed-precision decimal type optimized for performance and storage.
bignumUnlimited precision integers for PostgreSQL
numpgsqlArray and numerical computing library for PostgreSQL
sum_arrayC function that sums PostgreSQL integer and floating-point arrays into float8.
utinyintOne-byte unsigned integer type with casts to smallint, integer, and boolean.