Skip to content

Commit 6c91f94

Browse files
authored
PG-1300 Added PostGIS from tarballs (#748)
modified: docs/solutions/postgis-deploy.md modified: docs/tarball.md Signed-off-by: Anastasia Alexadrova <anastasia.alexandrova@percona.com>
1 parent bb94ac5 commit 6c91f94

2 files changed

Lines changed: 7 additions & 3 deletions

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The tarballs include the following components:
1919

2020
| Component | Description |
2121
|-----------|-------------|
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)|
2323
| percona-haproxy | A high-availability solution and load-balancing solution |
2424
| percona-patroni | A high-availability solution for PostgreSQL |
2525
| 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
142142
9. Connect to `psql`
143143

144144
```{.bash data-prompt="$"}
145-
$ /opt/pgdistro/percona-postgresql{{pgversion}}/bin/psql
145+
$ /opt/pgdistro/percona-postgresql{{pgversion}}/bin/psql -d postgres
146146
```
147147

148148
??? example "Sample output"
@@ -154,7 +154,7 @@ The steps below install the tarballs for OpenSSL 3.x on x86_64 architecture. Use
154154
postgres=#
155155
```
156156

157-
### Start the components
157+
## Start the components
158158

159159
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.
160160

0 commit comments

Comments
 (0)