Package: postgresql-15-pg-track-settings Source: pg-track-settings Version: 2.1.1-3.pgdg18.04+1 Architecture: all Maintainer: Julien Rouhaud 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.pgdg18.04+1_all.deb Size: 8600 SHA256: b176c1d07c38a54c36f7d2cd58d48500e77f718cccc1a0f3b70f91a262695803 SHA1: 2ef3f5f05ec0cdbb440ba223669b8a30e8d1cbde MD5sum: 4edcc8072e329c22706f9aa336f6b11b 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).