Skip to content

Commit

Permalink
Minor wording improvement in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift authored Jan 5, 2025
1 parent c9ae781 commit bff8152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ $ docker run --name pgauto -it \
```

> [!WARNING]
> PG v15 and below do not support reindexing system tables in a database concurrently. This means, when we run start the indexing operation, database locks are placed which do not allow for any modifications as long as the task is running. We recommend using PG v16 or v17 where this is not an issue.
> PG v15 and below do not support reindexing system tables in a database concurrently. This means, when we start the indexing operation, database locks are placed which do not allow for any modifications as long as the task is running. We recommend using PG v16 or later where this is not an issue.
# For Developers

Expand Down

0 comments on commit bff8152

Please sign in to comment.