blob: 5dbc5922cbbf6c30bd4c5a5e1f9213821360658a [file] [log] [blame]
select count(*) from partsupp;
count
-------
26
(1 row)
select pg_sleep(20);
pg_sleep
----------
(1 row)