From e1232df98cec2fc86ae49ccd66b20aa21a601092 Mon Sep 17 00:00:00 2001 From: Kemi-Elizabeth <97071326+Kemi-Elizabeth@users.noreply.github.com> Date: Mon, 17 Mar 2025 01:07:16 +0000 Subject: [PATCH] feat: adjusted available extensions added note about adminpack below available extensions list --- sites/platform/src/add-services/postgresql.md | 11 ++++++++--- sites/upsun/src/add-services/postgresql.md | 7 +++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/sites/platform/src/add-services/postgresql.md b/sites/platform/src/add-services/postgresql.md index bf04022922..f125fb7e25 100644 --- a/sites/platform/src/add-services/postgresql.md +++ b/sites/platform/src/add-services/postgresql.md @@ -606,8 +606,7 @@ In this case, you have `pg_trgm` installed, providing functions to determine the ### Available extensions -The following is the extensive list of supported extensions. Note that you can't currently add custom -extensions not listed here. +The following is the extensive list of supported extensions. Note that you can't currently add custom extensions not listed here. * `address_standardizer` - Used to parse an address into constituent elements. Generally used to support geocoding address normalization step. * `address_standardizer_data_us` - For standardizing addresses based on US dataset example @@ -666,11 +665,17 @@ extensions not listed here. {{< note >}} -You can't upgrade to PostgreSQL 12 with the `postgis` extension enabled. +You can't upgrade to PostgreSQL 12 with the `postgis` extensions enabled. For more details, see how to [upgrade to PostgreSQL 12 with `postgis`](#upgrade-to-postgresql-12-with-the-postgis-extension). {{< /note >}} +{{< note >}} + +You can't upgrade to PostgreSQL 17 with the `adminpack` extension enabled. + +{{< /note >}} + ## Notes ### Could not find driver diff --git a/sites/upsun/src/add-services/postgresql.md b/sites/upsun/src/add-services/postgresql.md index e3bde1eb89..3806dc372b 100644 --- a/sites/upsun/src/add-services/postgresql.md +++ b/sites/upsun/src/add-services/postgresql.md @@ -757,6 +757,13 @@ For more details, see how to [upgrade to PostgreSQL 12 with `postgis`](#upgrade- {{< /note >}} +{{< note >}} + +You can't upgrade to PostgreSQL 17 with the `adminpack` extension enabled. + +{{< /note >}} + + ## Notes ### Could not find driver