Home
About
Download
Documentation
Community
Developers
Support
Donate
Your account
25th May 2023:
PostgreSQL 16 Beta 1 Released
!
Documentation
→
PostgreSQL 16
Supported Versions:
Current
(
15
) /
14
/
13
/
12
/
11
Development Versions:
16
/
devel
Unsupported versions:
10
/
9.6
/
9.5
/
9.4
/
9.3
/
9.2
/
9.1
/
9.0
/
8.4
/
8.3
/
8.2
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
Chapter 70. GIN Indexes
Prev
Up
Part VII. Internals
Home
Next
Chapter 70. GIN Indexes
Table of Contents
70.1. Introduction
70.2. Built-in Operator Classes
70.3. Extensibility
70.4. Implementation
70.4.1. GIN Fast Update Technique
70.4.2. Partial Match Algorithm
70.5. GIN Tips and Tricks
70.6. Limitations
70.7. Examples