| Update on test (cost=0.00..261.00 rows=4 width=26) (actual time=0.022..0.023 rows=0 loops=1) |
| Update on test_first_1 test_1 |
| Update on test_first_2 test_2 |
| Update on test_second_1 test_3 |
| Update on test_second_2 test_4 |
| -> Seq Scan on test_first_1 test_1 (cost=0.00..65.25 rows=1 width=26) (actual time=0.006..0.006 rows=0 loops=1) |
| Filter: ((timestamp_col >= ('2022-01-01 01:00:00'::cstring)::timestamp(6) without time zone) AND (timestamp_col < ('2022-01-01 |
| 02:00:00'::cstring)::timestamp(6) without time zone) AND (enum_col = ('FIRST'::cstring)::test_enum)) |
| -> Seq Scan on test_first_2 test_2 (cost=0.00..65.25 rows=1 width=26) (actual time=0.003..0.003 rows=0 loops=1) |
| Filter: ((timestamp_col >= ('2022-01-01 01:00:00'::cstring)::timestamp(6) without time zone) AND (timestamp_col < ('2022-01-01 |
| 02:00:00'::cstring)::timestamp(6) without time zone) AND (enum_col = ('FIRST'::cstring)::test_enum)) |
| -> Seq Scan on test_second_1 test_3 (cost=0.00..65.25 rows=1 width=26) (actual time=0.008..0.008 rows=0 loops=1) |
| Filter: ((timestamp_col >= ('2022-01-01 01:00:00'::cstring)::timestamp(6) without time zone) AND (timestamp_col < ('2022-01-01 |
| 02:00:00'::cstring)::timestamp(6) without time zone) AND (enum_col = ('FIRST'::cstring)::test_enum)) |
| -> Seq Scan on test_second_2 test_4 (cost=0.00..65.25 rows=1 width=26) (actual time=0.003..0.003 rows=0 loops=1) |
| Filter: ((timestamp_col >= ('2022-01-01 01:00:00'::cstring)::timestamp(6) without time zone) AND (timestamp_col < ('2022-01-01 |
| 02:00:00'::cstring)::timestamp(6) without time zone) AND (enum_col = ('FIRST'::cstring)::test_enum)) |
| Planning Time: 3.472 ms |
| Execution Time: 0.655 ms |