menu close search pgsql_tweaks Home | pgsql_tweaks - a PostgreSQL Extension

pgsql_tweaks - A PostgreSQL Extension

  1. About
  2. Repositories
    1. Issue Tracker
  3. Installation
  4. Building the Extension
  5. Contribution Informaion
  6. Documentation
    1. Additional Extensions
      1. List of Additional Extensions
    2. Functions and Views

About

This PostgreSQL extension is a bundle of views and function. They might be useful in the DBA daily jobs.

Views and functions are published in a schema of its own, pgsql_tweaks, please see the documentation Schema pgsql_tweaks.

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 PostgreSQL behavior of 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.

Issue Tracker

If you discover any issue, please file them on https://codeberg.org/pgsql_tweaks/pgsql_tweaks/issues.

Installation

You may either, install all functions as a package, or install single functions of your choice.

Please see the Installation Dokumentation documentation.

Building the Extension

Please see the Developer Information documentation.

Contribution Informaion

Please read the Contribution Informaion before you open a merge request.

Documentation

Detailed documentation is available on rtfm.pgsql-tweaks.org, this documentation just links the documentation there.

Additional Extensions

Parts of this extension do need additional extensions. It is documented in views and functions, when they depend on an additional extension.

All additional extensions are part of the PostgreSQL Additional Supplied Modules and Extensions

List of Additional Extensions

Functions and Views


Back to top