select open change scope Open full search

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

Extensions / Functions and aggregates

pgcuid2

Generate CUID2 text identifiers inside PostgreSQL using the cuid2 Rust crate.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepgcuid2
Version0.1.0
PostgreSQL versions11 · 12 · 13 · 14 · 15 · 16
RepositoryUnspecified
Extension typeStandard
Project statusArchived
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars0
Latest commit2024-02-29
Catalogue updated2026-08-30

Related extensions

See also

nextidGenerate Instagram-style sharded integer IDs.
pg_snowflake_idSnowflake-style 64-bit ID generator for PostgreSQL implemented with pgrx
uuid-osspgenerate universally unique identifiers (UUIDs)
pg_idkitmulti-tool for generating new/niche universally unique identifiers (ex. UUIDv6, ULID, KSUID)
short_idsPL/pgSQL generator for short random text IDs with collision checks and transaction advisory locks.
pgx_ulidulid type and methods
sequential_uuidsgenerator of sequential UUIDs
snowflakeSnowflake-style 64-bit ID generator and sequence utilities for PostgreSQL