blob: 94a2b01afcc73f377b3506c3783a1d0b74347b77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!-- doc/src/sgml/indextypes.sgml -->
<chapter id="indextypes">
<title>Built-in Index Access Methods</title>
&btree;
&gist;
&spgist;
&gin;
&brin;
&hash;
</chapter>
|