Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara authored Jun 11, 2024
1 parent 108ebea commit 28281a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,16 +246,16 @@ If you encounter the exclusive lock error while using `pgx_ulid`, follow these s

1. Alter the system to set `shared_preload_libraries` to `ulid` by running the following SQL command:

```sql
ALTER SYSTEM SET shared_preload_libraries = 'ulid';
```
```sql
ALTER SYSTEM SET shared_preload_libraries = 'ulid';
```

2. Restart the PostgreSQL service to apply the changes. The command to restart PostgreSQL depends on your system.
3. Verify that `ulid` is successfully loaded into shared libraries by executing:

```sql
SHOW shared_preload_libraries;
```
```sql
SHOW shared_preload_libraries;
```

<!-- omit from toc -->
## Contributors
Expand Down

0 comments on commit 28281a6

Please sign in to comment.