-
Notifications
You must be signed in to change notification settings - Fork 249
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
Document PostGIS extension in BigAnimal #4902
Document PostGIS extension in BigAnimal #4902
Conversation
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.
This doesn't seem to be correct. PostGIS is enabled in the Additional Settings tab, not the DB Configuration tab. This may or may not be correct for some arbitrary UI change coming.
@amrita-suresh Can you let me know if DJ's comment is correct or if the doc is correct as revised? Thank you! |
@ebgitelman DJ's comment is correct, it should be the Additional Settings tab. My bad! |
@@ -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. |
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.
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. | |
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. Enable pg_tuner on the **DB Configuration** tab of the Create or Edit Cluster page of the BigAnimal portal. Enable PostGIS on the **Additional Settings** tab. |
@amrita-suresh @djw-m All good now?
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.
6fb3279
to
3885aed
Compare
@amrita-suresh can this be merged? |
@josh-heyer yes! |
This reverts commit 02d82d9.
3885aed
to
c0f1553
Compare
What Changed?
Continues on from #4889 which was merged early