pg-track-settings 2.0.1-2 source package in Ubuntu

Changelog

pg-track-settings (2.0.1-2) unstable; urgency=medium

  * Team upload for PostgreSQL 14.

 -- Christoph Berg <email address hidden>  Fri, 15 Oct 2021 15:54:21 +0200

Upload details

Uploaded by:
Julien Rouhaud
Uploaded to:
Sid
Original maintainer:
Julien Rouhaud
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pg-track-settings_2.0.1-2.dsc 2.0 KiB dce78cf560b0723e775d7eb3fd48964f3bfabbf5bdf51a9321325294baf4ded3
pg-track-settings_2.0.1.orig.tar.gz 11.4 KiB 80ca1ac00a0a1a9f32cd375906b977d5f91d509c9fd0392cb4b6f24b66bfaaf2
pg-track-settings_2.0.1-2.debian.tar.xz 2.2 KiB df98675c915a31d953849204cc9eb7123bb6314f5b23a310eb93870c876ef257

No changes file available.

Binary packages built by this source

postgresql-14-pg-track-settings: 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).