mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Fix some typos, grammar and style in docs and comments
The portions fixing the documentation are backpatched where needed. Author: Justin Pryzby Discussion: https://postgr.es/m/20210210235557.GQ20012@telsasoft.com backpatch-through: 9.6
This commit is contained in:
@@ -45,7 +45,7 @@ DROP INDEX [ CONCURRENTLY ] [ IF EXISTS ] <replaceable class="parameter">name</r
|
||||
<para>
|
||||
Drop the index without locking out concurrent selects, inserts, updates,
|
||||
and deletes on the index's table. A normal <command>DROP INDEX</command>
|
||||
acquires exclusive lock on the table, blocking other accesses until the
|
||||
acquires an exclusive lock on the table, blocking other accesses until the
|
||||
index drop can be completed. With this option, the command instead
|
||||
waits until conflicting transactions have completed.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user