Extensions / Functions and aggregates
Generates UUIDs for moss. We use this because there was no UUID type when moss was written, and I do not want to rewrite moss to use pgsql's uuid type
pgext.cloud · Source code · Documentation · Control file
| Package | moss_uuidgen |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 3 |
| Latest commit | 2019-02-20 |
| Catalogue updated | 2026-08-30 |
| uuidv7-sql | Pure SQL and PL/pgSQL functions for generating, inspecting, and transforming UUID version 7 values. |
| pg_uuid_v8 | UUID v8 generator with embedded timestamps for PostgreSQL |
| sequential_uuids | generator of sequential UUIDs |
| pg_uuid | generator of new UUID versions |
| pg_uuid_next | Implementation of UUID v7 and v8 IETF drafts |
| uuid-ossp | generate universally unique identifiers (UUIDs) |
| pgx_uuidv7 | A PostgreSQL extension to generate and cast v7 UUIDs |
| pgx_ulid | ulid type and methods |