Doc: add missed entries in BRIN extensibility tables.

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

Commit: 0cb01a04f60e000c437d82f5fe9928422831cdf7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2023-04-10T19:49:48Z
Releases: 14.8
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