#17584 closed New feature (fixed)
Ubuntu 11.10 / Linux Mint 12 update to create_template_postgis-debian.sh
Reported by: | Antti Kaihola | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | geodjango postgis |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Ubuntu 11.10 and derivatives ship with PostgreSQL 9.1, which the create_template_postgis-debian.sh
script included in the GeoDjango section of the documentation isn't able to handle.
I also noticed that if I manually create and run a PostgreSQL cluster on my system, created databases have the plpgsql language included by default. I needed to take that into account in the script as well.
Attachments (1)
Change History (6)
by , 13 years ago
Attachment: | 17584-ubuntu-oneiric-postgis-template.diff added |
---|
comment:1 by , 13 years ago
In the above patch, I also made sure that the plpgsql language is only added if it wasn't already there.
comment:2 by , 13 years ago
Triage Stage: | Unreviewed → Accepted |
---|
Note:
See TracTickets
for help on using tickets.
Adds support for Ubuntu 11.10 and derivatives to postgis template creation script