Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adjusted available extensions #4463

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions sites/platform/src/add-services/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is a singular extension, unless I'm missing something?

For more details, see how to [upgrade to PostgreSQL 12 with `postgis`](#upgrade-to-postgresql-12-with-the-postgis-extension).

{{< /note >}}

{{< note >}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I worry, given the length of the extensions section, that adding the note to the bottom will be completely missed by readers. When they get to the adminpack extension in the list, the note is still not in the viewport.


You can't upgrade to PostgreSQL 17 with the `adminpack` extension enabled.

{{< /note >}}

## Notes

### Could not find driver
Expand Down
7 changes: 7 additions & 0 deletions sites/upsun/src/add-services/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,13 @@ For more details, see how to [upgrade to PostgreSQL 12 with `postgis`](#upgrade-

{{< /note >}}

{{< note >}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I worry, given the length of the extensions section, that adding the note to the bottom will be completely missed by readers. When they get to the adminpack extension in the list, the note is still not in the viewport.


You can't upgrade to PostgreSQL 17 with the `adminpack` extension enabled.

{{< /note >}}


## Notes

### Could not find driver
Expand Down
Loading