From e360aa0530b6d1f9e43f2aca760203de0421ef5e Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Mon, 5 Jul 2021 09:36:11 +0530 Subject: 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 --- doc/src/sgml/postgres.sgml | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/src/sgml/postgres.sgml') 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; -- cgit v1.2.3