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.
Fixes #12
Adds a troubleshooting section to the README.md to address the exclusive lock error when using
pgx_ulid
.shared_preload_libraries
toulid
.shared_preload_libraries
to ensure changes take effect.SHOW shared_preload_libraries;
to confirmulid
is successfully loaded.For more details, open the Copilot Workspace session.