#19752 closed Cleanup/optimization (fixed)
Latest version of Postgresql is 9.2 on EnterpriseDB
Reported by: | anonymous | Owned by: | ecabuk |
---|---|---|---|
Component: | Documentation | Version: | 1.5-beta-1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
On the documentation : https://docs.djangoproject.com/en/1.5/ref/contrib/gis/install/#postgresql
It says: First, download the latest PostgreSQL 9.0 installer from the EnterpriseDB Web site.
It should be 9.2
Change History (11)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 12 years ago
Resolution: | fixed |
---|---|
Status: | closed → new |
There are more 9.0
references later in the file, the patch was incomplete.
comment:5 by , 12 years ago
Fixed that in this pull request: https://github.com/django/django/pull/756
comment:6 by , 12 years ago
Easy pickings: | set |
---|---|
Has patch: | set |
comment:7 by , 12 years ago
What about version numbers like PostGIS 1.5 and pgAdmin III? I'm not entirely convinced removing version numbers is the best course of action as future versions of these programs may require different steps. By including specific version numbers, we know the tutorial has been tested with a specific set of requirements.
comment:8 by , 12 years ago
Timo, what about using 9.x
? Having to update the documentation for each minor version seems more of a hassle IMHO.
comment:10 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
We should probably remove the exact version number, if possible.