Skip to content

Commit 6e1a9d7

Browse files
committed
Mention opclasses in the same order.
1 parent cc1c218 commit 6e1a9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ Unfortunately, opclasses aren't allowed to do any custom output to the
279279
EXPLAIN. That's why JsQuery provides following functions which allows to see
280280
how particular opclass optimizes given query.
281281

282-
* gin\_debug\_query\_value\_path(jsquery) – for jsonb\_value\_path\_ops
283282
* gin\_debug\_query\_path\_value(jsquery) – for jsonb\_path\_value\_ops
283+
* gin\_debug\_query\_value\_path(jsquery) – for jsonb\_value\_path\_ops
284284

285285
Result of these functions is a textual representation of query tree which
286286
leafs are GIN search entries. Following examples show different results of

0 commit comments

Comments
 (0)