Skip to content

Instantly share code, notes, and snippets.

Другие интересные штуки тут: https://t.me/notes_of_programmer

Таблицы, которым пора делать vacuum

select schemaname,
       relname,
       quote_ident(schemaname) || '.' || quote_ident(relname)   as full_table_name,
       n_live_tup,
       n_dead_tup,