Package: postgresql-10-pg-track-settings Source: pg-track-settings Version: 2.1.2-5.pgdg22.04+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 149 Depends: postgresql-10 Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-track-settings/postgresql-10-pg-track-settings_2.1.2-5.pgdg22.04+1_all.deb Size: 9272 SHA256: 0762f584b6b832667b3779801c8c7bd9693ab370f21300eea3a701b886cc8ad1 SHA1: d02eb1c957ad2e6ca596b53efd74fa6bc81e3c08 MD5sum: 0b79f9adf54ace05e843996a6b1e2bae 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).