diff options
author | Michael Paquier | 2020-04-10 02:18:39 +0000 |
---|---|---|
committer | Michael Paquier | 2020-04-10 02:18:39 +0000 |
commit | dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3 (patch) | |
tree | b95a1aa4d072068633f3f022a88180780d386015 /doc/src/sgml/btree.sgml | |
parent | e083fa34ced0d53807a57482048bb4c135c3d006 (diff) |
Fix collection of typos and grammar mistakes in the tree
This fixes some comments and documentation new as of Postgres 13.
Author: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'doc/src/sgml/btree.sgml')
-rw-r--r-- | doc/src/sgml/btree.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/btree.sgml b/doc/src/sgml/btree.sgml index f02e02b0acc..e9cab4a55dc 100644 --- a/doc/src/sgml/btree.sgml +++ b/doc/src/sgml/btree.sgml @@ -685,7 +685,7 @@ equalimage(<replaceable>opcintype</replaceable> <type>oid</type>) returns bool Deduplication cannot be used in all cases due to implementation-level restrictions. Deduplication safety is determined when <command>CREATE INDEX</command> or - <command>REINDEX</command> run. + <command>REINDEX</command> is run. </para> <para> Note that deduplication is deemed unsafe and cannot be used in the |