Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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.

Change History (6)

by Antti Kaihola, 13 years ago

Adds support for Ubuntu 11.10 and derivatives to postgis template creation script

comment:1 by Antti Kaihola, 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 Claude Paroz, 13 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Antti Kaihola, 13 years ago

There's also some discussion about these scripts in #13340.

comment:4 by Claude Paroz, 13 years ago

Resolution: fixed
Status: newclosed

In [17706]:

Fixed #17584 -- Updated create_template_postgis-debian.sh script for PostgreSQL 9.1 installs. Thanks akaihola for the initial patch.

comment:5 by Claude Paroz, 13 years ago

In [17707]:

Fixed #17584 -- Updated create_template_postgis-debian.sh script for PostgreSQL 9.1 installs. Thanks akaihola for the initial patch.

Backport of r17706 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top