Support for more JSONB operators for Postgres #10138
Labels
c/server
Related to server
c/v3-ndc-postgres
Data connector for PostgreSQL
k/enhancement
New feature or improve an existing feature
v3
Description
Currently, the documentation for JSONB column operators has support for only
_contains
,_contained_in
,_has_key
,_has_keys_any
and_has_keys_all
.However, in PostgreSQL, we can execute queries using operators such as >, <, =, among others, as illustrated in the example below:
The documented operators might not suffice for operations like >, <, =, and similar comparisons.
The text was updated successfully, but these errors were encountered: