From 6d58b1e1d78dc961104cf45883def86e54dc37ad Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Tue, 30 Sep 2025 15:33:54 +0200 Subject: [PATCH] Remove installation steps for Trunk repository Trunk was shut down, so we can remove related installation steps from readme. --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 90ce45a..b1e3ed9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ - [Installing from Percona repositories](#installing-from-percona-repositories) - [Installing from PostgreSQL `yum` repositories](#installing-from-postgresql-yum-repositories) - [Installing from PGXN](#installing-from-pgxn) - - [Installing from Trunk](#installing-from-trunk) - [Installing from sources](#building-from-source) - [Configuration](#configuration) - [Setup](#setup) @@ -109,7 +108,6 @@ You can install `pg_stat_monitor` from the following sources: * [Percona repositories](#installing-from-percona-repositories) * [PostgreSQL PGDG yum repositories](#installing-from-postgresql-yum-repositories) * [PGXN](#installing-from-pgxn) -* [Trunk](#installing-from-trunk) * [source code](#building-from-source) @@ -159,16 +157,6 @@ Use the following command: pgxn install pg_stat_monitor ``` -#### Installing from Trunk - -You can install `pg_stat_monitor` from [Trunk (A PostgreSQL Extensions Registry)](https://pgt.dev/) using the [Trunk CLI](https://github.com/tembo-io/trunk?tab=readme-ov-file#installation). - -Use the following command: - -``` -trunk install pg_stat_monitor -``` - ### Configuration You can find the configuration parameters of the `pg_stat_monitor` extension in the `pg_settings` view. To change the default configuration, specify new values for the desired parameters using the GUC (Grant Unified Configuration) system. To learn more, refer to the [Configuration parameters](https://docs.percona.com/pg-stat-monitor/configuration.html) section of the documentation.