pgsql_tweaks - A PostgreSQL Extension
Version 1.0.2
Installation Possibilities
pgsql_tweaks can be installed as an extension, or each function or view can be installed on its own.
For details please read the Installation Documentation.
PostgreSQL Views and Functions
The functions and views published in this extension are regularly needed in DBA daily jobs.
The views and functions are published in a schema of its own, pgsql_tweaks, when installed as extension.
All functions and views are covered by tests. The tests are done in simple SQL statements. Each test does raise division by zero if it fails.
The tests have been done with PostgreSQL 13 up to 18 release candidate 1 .
Differences in the behavior to previous PostgreSQL versions are noted.
Repositories
The main repository is availabe on Codeberg.
If you discover any issue, please file them on https://codeberg.org/pgsql_tweaks/pgsql_tweaks/issues.