Add support for monotonic ULID generation
the pgx_ulid (https://github.com/pksunkara/pgx_ulid) extension, which Neon supports, allows you to generate ULID ids that are monotonic (preserves order for ids generated within the same millisecond) with gen_monotonic_ulid(). However, this doesn't work with Neon because it requires the extension to be added to shared_preload_libraries in postgresql.conf (in order to use shared memory and LWLock).
Would it be possible for you all to add pgx_ulid to shared_preload_libraries so that gen_monotonic_ulid() is supported?
GitHub
GitHub - pksunkara/pgx_ulid: Postgres extension for ulid
Postgres extension for ulid. Contribute to pksunkara/pgx_ulid development by creating an account on GitHub.
1 Reply
foreign-sapphire•5w ago
Hey! I'll forward this internally as a feature request, thanks for sharing 🙏