select open change scope Open full search

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

Extensions / Features

base36_gist

PostgreSQL base36 data type input/output support, internally a bigint.

pgext.cloud · Source code · Documentation · Control file

Overview

Packagebase36_gist
Version1.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars17
Latest commit2014-04-19
Catalogue updated2026-08-30

Related extensions

Requires

base36Integer Base36 types
btree_gistsupport for indexing common datatypes in GiST

See also

base36Integer Base36 types
base62Base62 extension for PostgreSQL
pg_base58Base58 Encoder/Decoder Extension for PostgreSQL
rpg_base36Toy Rust extension exposing a base36 encoder for PostgreSQL integers.
pg_hashidsShort unique id generator for PostgreSQL, using hashids
b64encRust/C extension that defines a b64enc base type with URL-safe Base64 input and output functions.