v0.4.14
ChangemakerStudios/Papercut-SMTPv0.4.14May 1, 2026by Jeffallan
AI Summary
This documentation release fixes invalid column references in `postgres-pro` query examples to ensure they run correctly.
Key Highlights
- Corrected invalid column references in `pg_stat_user_tables` and `pg_stat_user_indexes` queries.
- Hardened identifier assembly for safety against quoted identifiers.
- Clarified the `VACUUM FREEZE` scope comment.
New Features
- Documentation fix for SQL queries
Full Release Notes
### Fixed
- `postgres-pro` reference docs: corrected invalid column references in `pg_stat_user_tables` and `pg_stat_user_indexes` query examples (`tablename` → `relname`, `indexname` → `indexrelname`) so the snippets actually run. Hardened identifier assembly with `format('%I.%I', schemaname, relname)` for safety against quoted/case-sensitive identifiers. Clarified the `VACUUM FREEZE` comment to note it operates on the current database, not the entire cluster (#191)
### Contributors
- @sobstel — Fix invalid `pg_stat_*` column references and `VACUUM FREEZE` scope comment in `postgres-pro` references (#191)
---
**Documentation:** https://jeffallan.github.io/claude-skills/