forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd7c4830
committed
doc: Fix network_ops -> inet_ops in SpGiST operator class list
network_ops is an opclass family of SpGiST, and the opclass able towork on the inet type is named inet_ops.Oversight in7a1cd52, that reworked the design of the table listing allthe operators available.Reported-by: Laurence ParryReviewed-by: Tom Lane, David G. JohnstonDiscussion:https://postgr.es/m/167458110639.2667300.14741268666497110766@wrigleys.postgresql.orgBackpatch-through: 141 parent0ad3c60 commitd7c4830
1 file changed
+12
-12
lines changedLines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 |
| - | |
105 |
| - | |
| 94 | + | |
106 | 95 |
| |
107 | 96 |
| |
108 | 97 |
| |
| |||
117 | 106 |
| |
118 | 107 |
| |
119 | 108 |
| |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
|
0 commit comments
Comments
(0)