doc: Fix network_ops -> inet_ops in SpGiST operator class list

Michael Paquier <michael@paquier.xyz>

Commit: d7c4830abb1867ca4fb83add2a5fac558f778b6a
Author: Michael Paquier <michael@paquier.xyz>
Date: 2023-01-25T11:00:36Z
Releases: 16.0
doc: Fix network_ops -> inet_ops in SpGiST operator class list

network_ops is an opclass family of SpGiST, and the opclass able to
work on the inet type is named inet_ops.

Oversight in 7a1cd52, that reworked the design of the table listing all
the operators available.

Reported-by: Laurence Parry
Reviewed-by: Tom Lane, David G. Johnston
Discussion: https://postgr.es/m/167458110639.2667300.14741268666497110766@wrigleys.postgresql.org
Backpatch-through: 14

Files

PathChange+/−
doc/src/sgml/spgist.sgml modified +12 −12

Documentation touched

Discussion