select open change scope Open full search

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

Extensions / Data types

number

Variable-width integer data type for PostgreSQL

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepostgresql-number
Version1
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars4
Latest commit2017-04-30
Catalogue updated2026-08-30

Related extensions

See also

istoreInteger-to-integer key/value store for analytic workloads.
utinyintOne-byte unsigned integer type with casts to smallint, integer, and boolean.
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.
ksjJapanese kanji-numeral integer type with arithmetic, aggregates, casts, comparison, and B-tree indexing
saturated_intInteger data type with saturation arithmetic that clamps overflow to int4 bounds.