Skip to content

Commit 69b3203

Browse files
committed
Fixed broken links
1 parent 6897449 commit 69b3203

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

docs/enable-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For details about each option, see [pdBadger documentation :octicons-link-extern
6060

6161
## pgaudit
6262

63-
Add the `pgaudit` to `shared_preload_libraries` in `postgresql.conf`. The recommended way is to use the [ALTER SYSTEM](https://www.postgresql.org/docs/16/sql-altersystem.html) command. [Connect to psql](#connect-to-the-postgresql-server) and use the following command:
63+
Add the `pgaudit` to `shared_preload_libraries` in `postgresql.conf`. The recommended way is to use the [ALTER SYSTEM](https://www.postgresql.org/docs/16/sql-altersystem.html) command. [Connect to psql](connect.md) and use the following command:
6464

6565
```sql
6666
ALTER SYSTEM SET shared_preload_libraries = 'pgaudit';

docs/release-notes-v14.17.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ This release fixes [CVE-2025-1094](https://www.postgresql.org/support/security/C
1919

2020
### PostGIS is included into tarballs
2121

22-
We have extended Percona Distribution for PostgreSQL tarballs with PostGIS - an open-source extension to handle spacial data. This way you can install and run PostgreSQL as a geospatial database on hosts without a direct access to the Internet. Learn more about [installing from tarballs](tarball.md) and [Spacial data manipulation](postgis.md).
22+
We have extended Percona Distribution for PostgreSQL tarballs with PostGIS - an open-source extension to handle spacial data. This way you can install and run PostgreSQL as a geospatial database on hosts without a direct access to the Internet. Learn more about [installing from tarballs](tarball.md) and [Spacial data manipulation](solutions/postgis.md).
2323

2424
### Deprecation of meta packages
2525

2626
[Meta-packages for Percona Distribution for PostgreSQL](repo-overview.md#repository-contents) are deprecated and will be removed in future releases.
2727

2828
## Supplied third-party extensions
2929

30-
Review each extensions release notes for Whats new, improvements, or bug fixes. The following is the list of extensions available in Percona Distribution for PostgreSQL.
30+
Review each extension's release notes for What's new, improvements, or bug fixes. The following is the list of extensions available in Percona Distribution for PostgreSQL.
3131

3232
The following is the list of extensions available in Percona Distribution for PostgreSQL.
3333

docs/solutions/postgis-deploy.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,11 @@ The following document provides guidelines how to install PostGIS and how to run
6464
FROM pg_available_extensions WHERE name LIKE 'postgis%' or name LIKE 'address%';
6565
```
6666

67-
<<<<<<< HEAD
68-
=======
6967
=== ":octicons-download-16: From tarballs"
7068

71-
PostGIS is included into binary tarball and is a part of the `percona-postgresql{{pgversion}}` binary. Use the [install from tarballs](../tarball/.md) tutorial to install it.
69+
PostGIS is included into binary tarball and is a part of the `percona-postgresql{{pgversion}}` binary. Use the [install from tarballs](../tarball.md) tutorial to install it.
7270

7371

74-
>>>>>>> 4059fe1b... PG-1300 Added PostGIS from tarballs
7572
## Enable PostGIS extension
7673

7774
1. Create a database and a schema for this database to store your data. A schema is a container that logically segments objects (tables, functions, views, and so on) for better management. Run the following commands from the `psql` terminal:

docs/telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The telemetry also uses the Percona Platform with the following components:
6868

6969
`percona_pg_telemetry` is an extension to collect telemetry data in PostgreSQL. It is added to Percona Distribution for PostgreSQL and is automatically loaded when you install a PostgreSQL server.
7070

71-
`percona_pg_telemetry` collects metrics from the database instance daily to the Metrics File. It creates a new Metrics File for each collection. You can find the Metrics File in its [location](#location) to inspect what data is collected.
71+
`percona_pg_telemetry` collects metrics from the database instance daily to the Metrics File. It creates a new Metrics File for each collection. You can find the Metrics File in its [location](#locations) to inspect what data is collected.
7272

7373
Before generating a new file, the `percona_pg_telemetry` deletes the Metrics Files that are older than seven days. This process ensures that only the most recent week's data is maintained.
7474

0 commit comments

Comments
 (0)