Custom numeric domains for PostgreSQL
pgext.cloud · Source code · Documentation · License text · Control file
| Package | numeric_domains |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 10 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 2 |
| Latest commit | 2019-07-06 |
| Catalogue updated | 2026-08-30 |
| text_domains | Pure-SQL collection of constrained PostgreSQL text domains for nonempty, alphabetic, alphanumeric, case-specific, and fixed-length values. |
| italian_codes | Validation domains for Italian fiscal and VAT codes |
| uints | C extension providing unsigned 16-bit and 32-bit integer types with casts, operators, and numeric support functions. |
| fixeddecimal | Fixed-precision decimal type optimized for performance and storage. |
| decimal | Decimal32 and decimal64 decimal floating-point data types with arithmetic and casts |
| ksj | Japanese kanji-numeral integer type with arithmetic, aggregates, casts, comparison, and B-tree indexing |
| numpgsql | Array and numerical computing library for PostgreSQL |
| sum_array | C function that sums PostgreSQL integer and floating-point arrays into float8. |