projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7fb7e
)
doc: Fix typo
author
Peter Eisentraut
Fri, 29 Mar 2019 21:41:19 +0000
(22:41 +0100)
committer
Peter Eisentraut
Fri, 29 Mar 2019 21:41:19 +0000
(22:41 +0100)
Author: Bossart, Nathan
doc/src/sgml/ref/reindex.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/reindex.sgml
b/doc/src/sgml/ref/reindex.sgml
index ccabb330cbf28f000e323cb9f876588c26c46dc7..e45bf86c8dadf53a76d1711f62403e1c217f5d5c 100644
(file)
--- 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 ar
e
released.