Skip to content

Commit 99c1d1f

Browse files
authored
Removed how to as we have the content within HA solution description (#767)
* Removed how to as we have the content within HA solution description * Updated links to PGSM
1 parent 69b3203 commit 99c1d1f

File tree

8 files changed

+5
-352
lines changed

8 files changed

+5
-352
lines changed

docs/apt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Run all the commands in the following sections as root or using the `sudo` comma
8888
$ sudo apt install percona-patroni
8989
```
9090

91-
[Install `pg_stat_monitor`](pg-stat-monitor.md)
91+
[Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html)
9292

9393

9494
Install `pgBouncer`:

docs/contrib.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Find the list of controb modules and extensions included in Percona Distribution
3333
|[pg_freespacemap](https://www.postgresql.org/docs/{{pgversion}}/pgfreespacemap.html) |Required |Provides a means of examining the free space map (FSM), which PostgreSQL uses to track the locations of available space in tables and indexes. This can be useful for understanding space utilization and planning for maintenance operations. |
3434
|[pg_prewarm](https://www.postgresql.org/docs/{{pgversion}}/pgprewarm.html) | | Provides a convenient way to load relation data into either the operating system buffer cache or the PostgreSQL buffer cache. This can be useful for reducing the time needed for a newly started database to reach its full performance potential by preloading frequently accessed data.|
3535
|[pgrowlocks](https://www.postgresql.org/docs/{{pgversion}}/pgrowlocks.html) | Required |Provides a function to show row locking information for a specified table. |
36-
|[pg_stat_statements](https://www.postgresql.org/docs/{{pgversion}}/pgstatstatements.html) | Required |A module for tracking planning and execution statistics of all SQL statements executed by a server. Consider using an advanced version of `pg_stat_statements` - [`pg_stat_monitor`](pg-stat-monitor.md) |
36+
|[pg_stat_statements](https://www.postgresql.org/docs/{{pgversion}}/pgstatstatements.html) | Required |A module for tracking planning and execution statistics of all SQL statements executed by a server. Consider using an advanced version of `pg_stat_statements` - [`pg_stat_monitor`](https://docs.percona.com/pg-stat-monitor/index.html) |
3737
|[pgstattuple](https://www.postgresql.org/docs/{{pgversion}}/pgstattuple.html) | Required |Povides various functions to obtain tuple-level statistics. It offers detailed information about tables and indexes, such as the amount of free space and the number of live and dead tuples. |
3838
|[pg_surgery](https://www.postgresql.org/docs/{{pgversion}}/pgsurgery.html) | Required | Provides various functions to perform surgery on a damaged relation. These functions are unsafe by design and using them may corrupt (or further corrupt) your database. Use them with caution and only as a last resort|
3939
|[pg_trgm](https://www.postgresql.org/docs/{{pgversion}}/pgtrgm.html) | |Provides functions and operators for determining the similarity of alphanumeric text based on trigram matching. A trigram is a contiguous sequence of three characters. The extension can be used for text search and pattern matching operations. |

docs/extensions.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ Percona Distribution for PostgreSQL includes a set of extensions that have been
55
The set of extensions includes the following:
66

77
* [PostgreSQL contrib modules and utilities](contrib.md)
8-
* Extensions authored by Percona:
9-
10-
* [`pg_stat_monitor`](pg-stat-monitor.md)
8+
* [Extensions authored by Percona](percona-ext.md)
119

1210
* [Third-party components](third-party.md)
1311

docs/how-to.md

-75
This file was deleted.

docs/pg-stat-monitor.md

-269
This file was deleted.

docs/yum.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ $ sudo yum -y install curl
284284
$ sudo yum install percona-patroni
285285
```
286286

287-
[Install `pg_stat_monitor`](pg-stat-monitor.md):
287+
[Install `pg_stat_monitor` :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/install.html)
288288

289289

290290
Install `pgBouncer`:

mkdocs-base.yml

-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ nav:
194194
- minor-upgrade.md
195195
- migration.md
196196
- Troubleshooting guide: troubleshooting.md
197-
- How to: how-to.md
198197
- Uninstall: uninstalling.md
199198
- Release notes:
200199
- "Release notes index": "release-notes.md"

0 commit comments

Comments
 (0)