Add tests for jsonb equality filtering

This commit is contained in:
steve-chavez
2018-06-19 11:17:59 -05:00
committed by Steve Chávez
parent d34afe861a
commit 9e3454129f
4 changed files with 26 additions and 0 deletions
+5
View File
@@ -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
);