Add tests for jsonb equality filtering
This commit is contained in:
committed by
Steve Chávez
parent
d34afe861a
commit
9e3454129f
Vendored
+5
@@ -1461,3 +1461,8 @@ create table json_arr(
|
||||
id integer primary key,
|
||||
data pg_catalog.json
|
||||
);
|
||||
|
||||
create table jsonb_test(
|
||||
id integer primary key,
|
||||
data jsonb
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user