Doc: add missed entries in BRIN extensibility tables.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4380c2509d51febad34e1fac0cfaeb98aaa716c5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2023-04-10T19:50:29Z
Releases: 16.0
Doc: add missed entries in BRIN extensibility tables.

The tables in "71.3. Extensibility" listing the support functions
for bloom and minmax-multi opclasses should include the associated
options function.  While this isn't quite as required as the rest,
you need it for full functionality of the opclass.

Back-patch to v14 where these functions were added.

Files

PathChange+/−
doc/src/sgml/brin.sgml modified +8 −0

Documentation touched