Skip to content

Commit 1445c5d

Browse files
authored
PG-1300 Added PostGIS from tarballs (#747)
modified: docs/solutions/postgis-deploy.md modified: docs/tarball.md
1 parent 14a8759 commit 1445c5d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/solutions/postgis-deploy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ The following document provides guidelines how to install PostGIS and how to run
6666
FROM pg_available_extensions WHERE name LIKE 'postgis%' or name LIKE 'address%';
6767
```
6868

69+
=== ":octicons-download-16: From tarballs"
70+
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.
72+
6973

7074
## Enable PostGIS extension
7175

docs/tarball.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The tarballs include the following components:
2222

2323
| Component | Description |
2424
|-----------|-------------|
25-
| percona-postgresql{{pgversion}}| The latest version of PostgreSQL server and the following extensions: <br> - `pgaudit` <br> - `pgAudit_set_user` <br> - `pg_repack` <br> - `pg_stat_monitor` <br> - `pg_gather` <br> - `wal2json` <br> - the set of [contrib extensions](contrib.md)|
25+
| percona-postgresql{{pgversion}}| The latest version of PostgreSQL server and the following extensions: <br> - `pgaudit` <br> - `pgAudit_set_user` <br> - `pg_repack` <br> - `pg_stat_monitor` <br> - `pg_gather` <br> - `wal2json` <br> - `postGIS` <br> - the set of [contrib extensions](contrib.md)|
2626
| percona-haproxy | A high-availability solution and load-balancing solution |
2727
| percona-patroni | A high-availability solution for PostgreSQL |
2828
| percona-pgbackrest| A backup and restore tool |

0 commit comments

Comments
 (0)