We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c756d13 commit 06a38f4Copy full SHA for 06a38f4
doc/pg_repack.rst
@@ -158,7 +158,7 @@ target tables or databases.
158
``-T SECS``, ``--wait-timeout=SECS``
159
pg_repack needs to take an exclusive lock at the end of the
160
reorganization. This setting controls how many seconds pg_repack will
161
- wait to acquite this lock. If the lock cannot be taken after this duration,
+ wait to acquire this lock. If the lock cannot be taken after this duration,
162
pg_repack will forcibly cancel the conflicting queries. If you are using
163
PostgreSQL version 8.4 or newer, pg_repack will fall back to using
164
pg_terminate_backend() to disconnect any remaining backends after
0 commit comments