You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add docs to resolve exclusive lock error in pgx_ulid setup (#47)
Fixes#12
Adds a troubleshooting section to the README.md to address the exclusive
lock error when using `pgx_ulid`.
- Introduces a "Troubleshooting" section before the "License" section,
providing clear steps to resolve the exclusive lock error by altering
the system to set `shared_preload_libraries` to `ulid`.
- Details the process of restarting the PostgreSQL service after
altering `shared_preload_libraries` to ensure changes take effect.
- Recommends verifying the change with `SHOW shared_preload_libraries;`
to confirm `ulid` is successfully loaded.
---
For more details, open the [Copilot Workspace
session](https://copilot-workspace.githubnext.com/pksunkara/pgx_ulid/issues/12?shareId=9b0fd900-91fe-4a49-8edb-f157744e49e4).
0 commit comments