We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a261a68 commit b5f80a4Copy full SHA for b5f80a4
expected/int8_1.out
@@ -575,7 +575,7 @@ SELECT id FROM test_int8_h_a WHERE t @@ 'wr&qh' AND id >= 400::int8 ORDER BY id
575
576
CREATE TABLE test_int8_id_t AS SELECT id::int8, t FROM tsts;
577
CREATE INDEX test_int8_id_t_idx ON test_int8_o USING rum
578
- (t rum_tsvector_ops, id);
+ (t rum_tsvector_ops, id);
579
EXPLAIN (costs off)
580
SELECT id FROM test_int8_h_a WHERE t @@ 'wr&qh' AND id <= 400::int8 ORDER BY id <=> 400::int8;
581
QUERY PLAN
0 commit comments