Raw Package Information
Package: postgresql-15-pg-track-settings
Source: pg-track-settings
Version: 2.1.1-3.pgdg22.04+1
Architecture: all
Maintainer: Julien Rouhaud <rjuju123@gmail.com>
Installed-Size: 122
Depends: postgresql-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-15-pg-track-settings_2.1.1-3.pgdg22.04+1_all.deb
Size: 8572
SHA256: f60280b8cc36ee0a9f504dc6bde9a617a61901741a25936183c8adc916b88c5b
SHA1: b4d181c656b01feb944a1010be1daaf395ca9c8c
MD5sum: 42a17db59f1eef4a779ad14b1d6c68f1
Description: PostgreSQL extension tracking of configuration settings
pg_track_settings is a small PostgreSQL extension that helps you keep track of
PostgreSQL settings configuration.
.
It provides a function (pg_track_settings_snapshot()), that must be called
regularly. At each call, it will store the settings that have been changed
since last call. It will also track the postgresql start time if it's
different from the last one.
.
This extension tracks both overall settings (the pg_settings view) and
overloaded settings (the pg_db_role_setting table).