Package: postgresql-19-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-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.pgdg22.04+1_all.deb Size: 9276 SHA512: c22acccacb1939c4692da1fa595a7011740a6d797e94164e97ffc626510e1ea6ab5bec98a1bf4c94bd70fa14ca74d18dbbb791c1b25b7c266329efca9f68039d SHA256: 5f80297f60585f5fa453dc8e2a1d2cada6a18062e6c10e57c3eca86b04c31cc5 SHA1: 94fc35f723e50dc50f417f9fd16861c935f4a4fd MD5sum: b47a4b3965b02cb72d42d0bd8f515fba 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).