blob: 43a15df58bc0233b47f56f63900c07b60ebf91b5 [file] [log] [blame]
SELECT pgperf.create_snapshot_pg_database_size(0);
SELECT pgperf.create_snapshot_pg_database_size(1);
SELECT count(*) FROM pgperf.snapshot_pg_database_size;
SELECT pgperf.delete_snapshot_pg_database_size(1);
SELECT count(*) FROM pgperf.snapshot_pg_database_size;
SELECT pgperf.delete_snapshot_pg_database_size(0);
SELECT count(*) FROM pgperf.snapshot_pg_database_size;