Raw Package Information

Package: postgresql-10-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-4.pgdg22.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
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-4.pgdg22.04+1_all.deb
Size: 9212
SHA256: c6eaa9ce2960ddcae47b048a538a859d7bf11dc00b7eefcd35c2d66232c8052f
SHA1: 3534a59b89c3487ddf0c3d0dbb67f7e2a2332846
MD5sum: 8e0d93f6fdcdc99ef8a5b44776047408
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).