pgsql_tweaks - A PostgreSQL Extension

Version 1.0.2

  1. Installation Possibilities
  2. PostgreSQL Views and Functions
  3. Repositories
  4. Internal Links

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.

PostgreSQL version 13 PostgreSQL version 14 PostgreSQL version 15 PostgreSQL version 16 PostgreSQL version 17 PostgreSQL version 18 release candidate 1

Language pg/plsql Language SQL PostgreSQL PostgreSQL Extension

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.

Internal Links