]> begriffs open source - ai-pg/blob - full-docs/txt/indextypes.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / indextypes.txt
1
2 Chapter 65. Built-in Index Access Methods
3
4    Table of Contents
5
6    65.1. B-Tree Indexes
7
8         65.1.1. Introduction
9         65.1.2. Behavior of B-Tree Operator Classes
10         65.1.3. B-Tree Support Functions
11         65.1.4. Implementation
12
13    65.2. GiST Indexes
14
15         65.2.1. Introduction
16         65.2.2. Built-in Operator Classes
17         65.2.3. Extensibility
18         65.2.4. Implementation
19         65.2.5. Examples
20
21    65.3. SP-GiST Indexes
22
23         65.3.1. Introduction
24         65.3.2. Built-in Operator Classes
25         65.3.3. Extensibility
26         65.3.4. Implementation
27         65.3.5. Examples
28
29    65.4. GIN Indexes
30
31         65.4.1. Introduction
32         65.4.2. Built-in Operator Classes
33         65.4.3. Extensibility
34         65.4.4. Implementation
35         65.4.5. GIN Tips and Tricks
36         65.4.6. Limitations
37         65.4.7. Examples
38
39    65.5. BRIN Indexes
40
41         65.5.1. Introduction
42         65.5.2. Built-in Operator Classes
43         65.5.3. Extensibility
44
45    65.6. Hash Indexes
46
47         65.6.1. Overview
48         65.6.2. Implementation