Skip to content

Commit bff8152

Browse files
authored
Minor wording improvement in the README
1 parent c9ae781 commit bff8152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $ docker run --name pgauto -it \
9090
```
9191

9292
> [!WARNING]
93-
> 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.
93+
> 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.
9494
9595
# For Developers
9696

0 commit comments

Comments
 (0)