Skip to content

Fixes bloating#10

Merged
gmartinez-dbai merged 2 commits intomainfrom
fixes-bloating
Dec 22, 2025
Merged

Fixes bloating#10
gmartinez-dbai merged 2 commits intomainfrom
fixes-bloating

Conversation

@gmartinez-dbai
Copy link
Copy Markdown
Collaborator

This pull request makes minor updates to SQL scripts for database administration and monitoring. The changes update the documented PostgreSQL version requirement and comment out a filter in a monitoring query.

  • Documentation update:

    • Updated the PostgreSQL version requirement from 9.1+ to 15+ in the comments of administration/extensions.sql.
  • Monitoring query adjustment:

    • Commented out the WHERE n_dead_tup > 0 condition in the SELECT statement of monitoring/bloating.sql, so the query now lists all user tables ordered by dead tuples, not just those with dead tuples.

@gmartinez-dbai gmartinez-dbai merged commit 0959c09 into main Dec 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant