select open change scope Open full search

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

Extensions / Utilities

pg_bech32

Adds Bech32, Bech32m, and no-checksum Bech32 encoding/decoding support to PostgreSQL.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_bech32
Version0.0.0
PostgreSQL versions11 · 12 · 13 · 14 · 15 · 16
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars1
Latest commit2024-06-07
Catalogue updated2026-08-30

Related extensions

See also

pgx_basex_codecBaseX encoding and decoding for bytea and text, including Base64url and Crockford Base32.
emojigresql🐘 EmojigreSQL: A pure SQL PostgreSQL extension to encode/decode binary data (bytea) and text into colorful emoji sequences! ✨ Includes basic checksum validation.
rpg_base36Toy Rust extension exposing a base36 encoder for PostgreSQL integers.
compressC/C++ functions to compress text into Base64-encoded ZIP archives and extract text from them.
pg_polylineFast Google Encoded Polyline encoding & decoding for postgres
urlSQL and PL/pgSQL types and helper functions for URL parsing, encoding, decoding, and query-string key/value handling.
pg_fallback_utf8_to_euc_jpProvides a fallback UTF-8 to EUC_JP encoding conversion that substitutes unmappable characters with a question mark.
pg_luhnLuhn checksum, validation, and check-digit generation functions.