Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wind39 authored Apr 23, 2024
2 parents e40939b + 00c86ac commit 0599a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion product_docs/docs/efm/4/09_controlling_logging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ syslog.facility=LOCAL1

For more information about syslog, see the syslog man page:

`syslog man`
`man syslog`

0 comments on commit 0599a57

Please sign in to comment.