-
Notifications
You must be signed in to change notification settings - Fork 348
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 >}} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
|
||
You can't upgrade to PostgreSQL 17 with the `adminpack` extension enabled. | ||
|
||
{{< /note >}} | ||
|
||
## Notes | ||
|
||
### Could not find driver | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -757,6 +757,13 @@ For more details, see how to [upgrade to PostgreSQL 12 with `postgis`](#upgrade- | |
|
||
{{< /note >}} | ||
|
||
{{< note >}} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
|
||
You can't upgrade to PostgreSQL 17 with the `adminpack` extension enabled. | ||
|
||
{{< /note >}} | ||
|
||
|
||
## Notes | ||
|
||
### Could not find driver | ||
|
There was a problem hiding this comment.
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?