Remove installation steps for Trunk repository
Trunk was shut down, so we can remove related installation steps from readme.pull/574/head
parent
0780b675bb
commit
6d58b1e1d7
12
README.md
12
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue