From c0ea9e82c1711a833430bb59a74282c99135089b Mon Sep 17 00:00:00 2001 From: pnkrepps <88449069+pnkrepps@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:03:33 +0000 Subject: [PATCH 1/2] Update 09_controlling_logging.mdx Command syntax on the very last line in this page was backwards. Fixed --- product_docs/docs/efm/4/09_controlling_logging.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/efm/4/09_controlling_logging.mdx b/product_docs/docs/efm/4/09_controlling_logging.mdx index 9bdb7fe23ed..da530aef3c6 100644 --- a/product_docs/docs/efm/4/09_controlling_logging.mdx +++ b/product_docs/docs/efm/4/09_controlling_logging.mdx @@ -93,4 +93,4 @@ syslog.facility=LOCAL1 For more information about syslog, see the syslog man page: - `syslog man` + `man syslog` From c0f1553a8f0e6ce59bd2e097de46d816727c08df Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Thu, 12 Oct 2023 14:52:26 +0000 Subject: [PATCH 2/2] Revert "Revert "Edits needed for PostGis addition"" This reverts commit 02d82d921fa4ead98ad14819462d02139d668467. --- .../docs/biganimal/release/using_cluster/extensions.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/product_docs/docs/biganimal/release/using_cluster/extensions.mdx b/product_docs/docs/biganimal/release/using_cluster/extensions.mdx index a6a16990e59..7ceff8f729b 100644 --- a/product_docs/docs/biganimal/release/using_cluster/extensions.mdx +++ b/product_docs/docs/biganimal/release/using_cluster/extensions.mdx @@ -42,6 +42,7 @@ PostgreSQL contrib extensions/modules: - pglogical3 (PostgreSQL v12 and v13 only) - pgrowlocks - pgstattupple +- postgis - postgres_fdw - seg (PostgreSQL v12 only) - sslinfo @@ -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