Skip to content

Commit

Permalink
Merge pull request #4889 from EnterpriseDB/docs/postgis_for_big_anima…
Browse files Browse the repository at this point in the history
…l_UPM-24096

Edits needed for PostGis addition
  • Loading branch information
nidhibhammar authored Oct 11, 2023
2 parents 1e65b92 + 1aa76a1 commit 0b7c31d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ PostgreSQL contrib extensions/modules:
- pglogical3 (PostgreSQL v12 and v13 only)
- pgrowlocks
- pgstattupple
- postgis
- postgres_fdw
- seg (PostgreSQL v12 only)
- sslinfo
Expand Down Expand Up @@ -69,7 +70,7 @@ EDB extensions:

## Installing extensions

Use the [`CREATE EXTENSION`](https://www.postgresql.org/docs/current/sql-createextension.html) command to install extensions, except for the EDB Postgres Tuner (pg_tuner) extension. You enable edb_pg_tuner on the **DB Configuration** tab of the Create or Edit Cluster page of the BigAnimal portal.
Use the [`CREATE EXTENSION`](https://www.postgresql.org/docs/current/sql-createextension.html) command to install most extensions. You must enable certain extensions, including the EDB Postgres Tuner (pg_tuner) extension and PostGIS on the **DB Configuration** tab of the Create or Edit Cluster page of the BigAnimal portal.


### Example: Installing multiple extensions
Expand Down

0 comments on commit 0b7c31d

Please sign in to comment.