Home Explore Blog CI



postgresql

1st chunk of `doc/src/sgml/indextypes.sgml`
8de631120c4349ff52775bd3e0382ff2c8efac91aae96b7000000001000000a8
 <!-- doc/src/sgml/indextypes.sgml -->

<chapter id="indextypes">
<title>Built-in Index Access Methods</title>

&btree;
&gist;
&spgist;
&gin;
&brin;
&hash;

</chapter>

Title: Built-in Index Access Methods
Summary
This chapter appears to provide an overview of various built-in index access methods, including B-tree, GiST, SP-GiST, GIN, BRIN, and hash, although the details are not provided in this snippet.