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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The tarballs include the following components:
19
19
20
20
| Component | Description |
21
21
|-----------|-------------|
22
-
| 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> - `pgvector` <br> - the set of [contrib extensions](contrib.md)|
22
+
| 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> - `pgvector` <br> - the set of [contrib extensions](contrib.md)|
23
23
| percona-haproxy | A high-availability solution and load-balancing solution |
24
24
| percona-patroni | A high-availability solution for PostgreSQL |
25
25
| percona-pgbackrest| A backup and restore tool |
@@ -142,7 +142,7 @@ The steps below install the tarballs for OpenSSL 3.x on x86_64 architecture. Use
@@ -154,7 +154,7 @@ The steps below install the tarballs for OpenSSL 3.x on x86_64 architecture. Use
154
154
postgres=#
155
155
```
156
156
157
-
### Start the components
157
+
## Start the components
158
158
159
159
After you unpacked the tarball and added the location of the components' binaries to the `$PATH` variable, the components are available for use. You can invoke a component by running its command-line tool.
0 commit comments