File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ examples.
195195Same rules apply when you search inside objects and branchy structures.
196196
197197Type checking operators and "every" placeholders are useful for document
198- schema validation. JsQuery matchig operator ` @@ ` is immutable and can be used
198+ schema validation. JsQuery matching operator ` @@ ` is immutable and can be used
199199in CHECK constraint. See following example.
200200
201201``` sql
@@ -309,7 +309,7 @@ query optimization by different opclasses.
309309
310310Unfortunately, jsonb have no statistics yet. That's why JsQuery optimizer has
311311to do imperative decision while selecting conditions to be evaluated using
312- index. This decision is made by assumtion that some condition types are less
312+ index. This decision is made by assumption that some condition types are less
313313selective than others. Optimizer divides conditions into following selectivity
314314class (listed by descending of selectivity).
315315
You can’t perform that action at this time.
0 commit comments