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

Started by Michael Paquierover 3 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/167458110639.2667300.14741268666497110766@wrigleys.postgresql.org
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d7c4830abb1867ca4fb83add2a5fac558f778b6a

Modified Files
--------------
doc/src/sgml/spgist.sgml | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)