select open change scope Open full search

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

Extensions / Utilities

pgpm-base32

PostgreSQL modules using the pgpm workflow for safe, testable, reversible SQL changes.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepgpm-base32
Version0.15.5
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars2
Latest commit2026-08-18
Latest release2026-08-18
Catalogue updated2026-08-30

Related extensions

Requires

pgcryptocryptographic functions
pgpm-verifypgpm-verify extension
plpgsqlPL/pgSQL procedural language

See also

launchql-base32RFC6238 TOTP implementation in pure PostgreSQL plpgsql
base32_4bBase32 data type stored in four bytes with comparison operators.
pg_base62Encode UUID values to URL-safe Base62 strings and decode them back.
wbase64Base64 PostgreSQL Extension
compressC/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them.
pg_bech32Adds Bech32, Bech32m, and no-checksum Bech32 encoding/decoding support to PostgreSQL.
rpg_base36Toy Rust extension exposing a base36 encoder for PostgreSQL integers.
pgx_basex_codecBaseX encoding and decoding for bytea and text, including Base64url and Crockford Base32.