select open change scope Open full search

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

Extensions / Data types

numeric_domains

Custom numeric domains for PostgreSQL

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

Overview

Packagenumeric_domains
Version1.0
PostgreSQL versions10
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars2
Latest commit2019-07-06
Catalogue updated2026-08-30

Related extensions

See also

text_domainsPure-SQL collection of constrained PostgreSQL text domains for nonempty, alphabetic, alphanumeric, case-specific, and fixed-length values.
italian_codesValidation domains for Italian fiscal and VAT codes
uintsC extension providing unsigned 16-bit and 32-bit integer types with casts, operators, and numeric support functions.
fixeddecimalFixed-precision decimal type optimized for performance and storage.
decimalDecimal32 and decimal64 decimal floating-point data types with arithmetic and casts
ksjJapanese kanji-numeral integer type with arithmetic, aggregates, casts, comparison, and B-tree indexing
numpgsqlArray and numerical computing library for PostgreSQL
sum_arrayC function that sums PostgreSQL integer and floating-point arrays into float8.