]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blobdiff - expected/jsonb_opx.out
Amend operations on scalar arrays
[postgresql/pg_jsonb_opx] / expected / jsonb_opx.out
index 7a923e74d5d8206751f0b27f4b51b804a20d662e..d7cd3c98133860175325f967764deeb3adf36d70 100755 (executable)
@@ -424,7 +424,7 @@ SELECT '{"a":1}'::jsonb #- ARRAY['b'];
 SELECT '"a"'::jsonb #- ARRAY['a'];
  ?column? 
 ----------
+ []
 (1 row)
 
 SELECT '["a"]'::jsonb #- ARRAY['a'];