You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/solutions/postgis-deploy.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,10 @@ The following document provides guidelines how to install PostGIS and how to run
66
66
FROM pg_available_extensions WHERE name LIKE 'postgis%' or name LIKE 'address%';
67
67
```
68
68
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.
Copy file name to clipboardExpand all lines: docs/tarball.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The tarballs include the following components:
22
22
23
23
| Component | Description |
24
24
|-----------|-------------|
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)|
26
26
| percona-haproxy | A high-availability solution and load-balancing solution |
27
27
| percona-patroni | A high-availability solution for PostgreSQL |
0 commit comments