From: Peter Eisentraut Date: Fri, 29 Mar 2019 21:41:19 +0000 (+0100) Subject: doc: Fix typo X-Git-Tag: REL_12_BETA1~372 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0267629e1889b3e1e2e6b2f1b41e8993eff86a9b;p=postgresql doc: Fix typo Author: Bossart, Nathan --- diff --git a/doc/src/sgml/ref/reindex.sgml b/doc/src/sgml/ref/reindex.sgml index ccabb330cb..e45bf86c8d 100644 --- a/doc/src/sgml/ref/reindex.sgml +++ b/doc/src/sgml/ref/reindex.sgml @@ -349,7 +349,7 @@ REINDEX [ ( VERBOSE ) ] { INDEX | TABLE | SCHEMA | DATABASE | SYSTEM } [ CONCURR The old indexes are dropped. The SHARE UPDATE - EXCLUSIVE session locks for the indexes and the table ar + EXCLUSIVE session locks for the indexes and the table are released.