diff --git a/sites/platform/src/add-services/postgresql.md b/sites/platform/src/add-services/postgresql.md index d201e340b4..51ea6b45ca 100644 --- a/sites/platform/src/add-services/postgresql.md +++ b/sites/platform/src/add-services/postgresql.md @@ -601,8 +601,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,6 +665,12 @@ 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 diff --git a/sites/upsun/src/add-services/postgresql.md b/sites/upsun/src/add-services/postgresql.md index 83b754c00e..045617a1f6 100644 --- a/sites/upsun/src/add-services/postgresql.md +++ b/sites/upsun/src/add-services/postgresql.md @@ -756,6 +756,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