Japanese kanji-numeral integer type with arithmetic, aggregates, casts, comparison, and B-tree indexing
pgext.cloud · Source code · Control file
| Package | ksj |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 0 |
| Latest commit | 2012-11-21 |
| Catalogue updated | 2026-08-30 |
| uints | C extension providing unsigned 16-bit and 32-bit integer types with casts, operators, and numeric support functions. |
| tinyint | One-byte signed integer type with arithmetic, casts, aggregates, and B-tree, hash, and GIN operator classes. |
| decimal | Decimal32 and decimal64 decimal floating-point data types with arithmetic and casts |
| fixeddecimal | Fixed-precision decimal type optimized for performance and storage. |
| bignum | Unlimited precision integers for PostgreSQL |
| numeric_domains | Custom numeric domains for PostgreSQL |
| numpgsql | Array and numerical computing library for PostgreSQL |
| zcurve | Two- and three-dimensional Z-order bit interleaving plus direct range lookup over numeric B-tree indexes. |