diff options
author | Amit Kapila <akapila@postgresql.org> | 2021-07-05 09:52:05 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2021-07-05 09:52:05 +0530 |
commit | 27621cc55526fc5acb58bc6c023e79fba3a92672 (patch) | |
tree | acb2e2053085cbc55058e26cd7c36c2adbe4f6ce /doc/src/sgml/postgres.sgml | |
parent | 39a21ce06baa6734d52566c300aa55c2934f94de (diff) |
Doc: Hash Indexes.
A new chapter for Hash Indexes, designed to help users understand how
they work and when to use them.
Backpatch-through 10 where we have made hash indexes durable.
Author: Simon Riggs
Reviewed-By: Justin Pryzby, Amit Kapila
Discussion: https://postgr.es/m/CANbhV-HRjNPYgHo--P1ewBrFJ-GpZPb9_25P7=Wgu7s7hy_sLQ@mail.gmail.com
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 763941e1e17..ffbb150e02a 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -265,6 +265,7 @@ break is not needed in a wider output rendering. &spgist; &gin; &brin; + &hash; &storage; &bki; &planstats; |