Extensions / Functions and aggregates
Adds a PL/pgSQL function that generates random lowercase alphanumeric identifiers using pgcrypto.
pgext.cloud · Source code · Control file
| Package | pg_gen_uid |
|---|---|
| Version | 0.0.1 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | public |
| Stars | 0 |
| Latest commit | 2018-10-16 |
| Catalogue updated | 2026-08-30 |
| xataid_extension | Generate Xata-style rec_ identifiers with a 20-character lowercase alphanumeric suffix. |
| xata_id_extension | Generate Xata-style rec_ identifiers with a 20-character lowercase alphanumeric suffix. |
| pgrand | Generates random test data through a PostgreSQL FDW, with an experimental table access method. |