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.
195
195
Same rules apply when you search inside objects and branchy structures.
196
196
197
197
Type 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
199
199
in CHECK constraint. See following example.
200
200
201
201
``` sql
@@ -309,7 +309,7 @@ query optimization by different opclasses.
309
309
310
310
Unfortunately, jsonb have no statistics yet. That's why JsQuery optimizer has
311
311
to 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
313
313
selective than others. Optimizer divides conditions into following selectivity
314
314
class (listed by descending of selectivity).
315
315
You can’t perform that action at this time.
0 commit comments