Fixed
postgres-proreference docs: corrected invalid column references inpg_stat_user_tablesandpg_stat_user_indexesquery examples (tablename→relname,indexname→indexrelname) so the snippets actually run. Hardened identifier assembly withformat('%I.%I', schemaname, relname)for safety against quoted/case-sensitive identifiers. Clarified theVACUUM FREEZEcomment to note it operates on the current database, not the entire cluster (#191)
Contributors
- @sobstel — Fix invalid
pg_stat_*column references andVACUUM FREEZEscope comment inpostgres-proreferences (#191)
Documentation: https://jeffallan.github.io/claude-skills/