select open change scope Open full search

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

Extensions / Utilities

pg_base62

Encode UUID values to URL-safe Base62 strings and decode them back.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagepg_base62
Version0.1.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars0
Latest commit2026-06-29
Catalogue updated2026-08-30

Related extensions

See also

ruidCompact 22-character Base64 representation of PostgreSQL UUID values.
uuidv7-sqlPure SQL and PL/pgSQL functions for generating, inspecting, and transforming UUID version 7 values.
pg_lexoProvides a Base62 lexicographic position type and helper functions for stable list ordering and reordering without bulk row updates.
uuid47UUIDv7 storage with keyed UUIDv4-looking façade I/O
pgx_uuidv7A PostgreSQL extension to generate and cast v7 UUIDs
bfnRust/pgrx utility extension with UUID, date, string, JSON/address, and validation helper functions.
b64encRust/C extension that defines a b64enc base type with URL-safe Base64 input and output functions.
pg_uuid_v8UUID v8 generator with embedded timestamps for PostgreSQL

Same project

base62Base62 extension for PostgreSQL