Base32 data type stored in four bytes with comparison operators.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | base32_4b |
|---|---|
| Version | 0.0.1 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 2 |
| Latest commit | 2016-02-11 |
| Latest release | 2016-02-11 |
| Catalogue updated | 2026-08-30 |
| crockford | Crockford Base32 encoded unsigned integer data types |
| pgx_basex_codec | BaseX encoding and decoding for bytea and text, including Base64url and Crockford Base32. |
| launchql-base32 | RFC6238 TOTP implementation in pure PostgreSQL plpgsql |
| pgpm-base32 | PostgreSQL modules using the pgpm workflow for safe, testable, reversible SQL changes. |
| ruid | Compact 22-character Base64 representation of PostgreSQL UUID values. |
| b64enc | Rust/C extension that defines a b64enc base type with URL-safe Base64 input and output functions. |
| pg_lexo | Provides a Base62 lexicographic position type and helper functions for stable list ordering and reordering without bulk row updates. |
| base36 | Integer Base36 types |