Package: postgresql-18-pg-track-settings Source: pg-track-settings Version: 2.1.2-4.pgdg22.04+1 Architecture: all Maintainer: Debian PostgreSQL Maintainers Installed-Size: 149 Depends: postgresql-18 Homepage: https://powa.readthedocs.io/ Priority: optional Section: database Filename: pool/main/p/pg-track-settings/postgresql-18-pg-track-settings_2.1.2-4.pgdg22.04+1_all.deb Size: 9216 SHA256: fadf9b580e841308fd0605ae579358d9777e4c9d041e3f788a9ca7f8db53dc87 SHA1: 3a9cab35570811f45e861093c95a01b16e57edda MD5sum: 61f3e515a11b10dbb7b447cae08c1c9d 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).