mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Fix collection of typos and grammar mistakes in docs and comments
Author: Justin Pryzby Discussion: https://postgr.es/m/20190330224333.GQ5815@telsasoft.com
This commit is contained in:
@@ -181,7 +181,7 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ [ IF NOT EXISTS ] <replaceable class=
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Currently, the B-tree and the GiST index access methods supports this
|
||||
Currently, the B-tree and the GiST index access methods support this
|
||||
feature. In B-tree and the GiST indexes, the values of columns listed
|
||||
in the <literal>INCLUDE</literal> clause are included in leaf tuples
|
||||
which correspond to heap tuples, but are not included in upper-level
|
||||
|
Reference in New Issue
Block a user