Postgres Risk Check

Check the risk of a PostgreSQL change (migration/DDL/bulk DML). Inspect DDL lock levels, zero-downtime change patterns (CONCURRENTLY, NOT VALID→VALIDATE), chunking of large backfills, transactions/concurrency/deadlocks, lock/statement timeout, bloat/VACUUM, and rollback/downtime. Use PROACTIVELY when authoring/reviewing a migration, before a production deploy, or for destructive changes such as DROP/type change.

ch4570 c33090f 5 files · 19.6 KB Updated

File contents

ch4570/vulpora/tree/main/skills/postgres-risk-check commit c33090fd6b

Frequently asked questions

npx skillmds@latest add ch4570/postgres-risk-check