Package: postgresql-19-pg-track-settings Source: pg-track-settings Version: 2.1.2-5.pgdg26.04+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 149 Depends: postgresql-19 Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-track-settings/postgresql-19-pg-track-settings_2.1.2-5.pgdg26.04+1_all.deb Size: 8928 SHA512: 9f7d57a318f1f32e65da1bcd385728f990d7844001922ad4cdb3bd89033ed29a224ed9485de0544dd382d847456cb93ce90f737b1faabb0d3e2ca4cbd4f934bf SHA256: 439f0f87f93711f84020be3662f7042c2b562365b50038f5c81b6f91f765c8a9 SHA1: 9e4587e757c140810ec54ab3b9271f2cc4a7a7dc MD5sum: 173942c43e953623f7eeec55b4e0e627 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).