pg_track_settings10 - PostgreSQL extension to keep track of settings modification
Website: | https://github.com/rjuju/pg_track_settings |
---|---|
License: | BSD |
Vendor: | PostgreSQL Global Development Group |
- Description:
pg_track_settings is a small 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).
Packages
pg_track_settings10-2.0.1-1.rhel7.src [16 KiB] |
Changelog
by Devrim Gündüz (2020-10-06):
- Update to 2.0.1 |
pg_track_settings10-2.0.0-1.rhel7.src [14 KiB] |
Changelog
by Devrim Gündüz (2019-09-06):
- Update to 2.0.0 |
pg_track_settings10-1.0.1-1.rhel7.src [9 KiB] |
Changelog
by - Devrim Gündüz (2018-07-15):
- Update to 1.0.1 |
pg_track_settings10-1.0.0-2.rhel7.src [9 KiB] |
Changelog
by - Devrim GUNDUZ (2016-01-04):
- Update for 9.5 doc layout. |