blob: 9cb8d27e646d4da416a39ec91b6bd3f3ae5f8fd5 [file] [log] [blame]
SELECT 0::int as sid,
relid,
schemaname,
relname,
blks_read,
blks_hit
FROM pg_statio_user_sequences
WHERE schemaname NOT IN ('pg_catalog', 'pg_toast', 'information_schema');