summaryrefslogtreecommitdiff
path: root/doc/src/sgml/postgres.sgml
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2021-07-05 09:38:17 +0530
committerAmit Kapila <akapila@postgresql.org>2021-07-05 09:38:17 +0530
commitf3690fbdeac43ab8547c212062ec515a55dd118c (patch)
treee674af78f76169fd42e3b4d10b5791b10c289abd /doc/src/sgml/postgres.sgml
parent95e2f925f1443f49b31e861a8d66dabca5528aaa (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.sgml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml
index d453be39090..dba9cf413f9 100644
--- a/doc/src/sgml/postgres.sgml
+++ b/doc/src/sgml/postgres.sgml
@@ -266,6 +266,7 @@ break is not needed in a wider output rendering.
&spgist;
&gin;
&brin;
+ &hash;
&storage;
&bki;
&planstats;