https://bugzilla.novell.com/show_bug.cgi?id=757094 https://bugzilla.novell.com/show_bug.cgi?id=757094#c0 Summary: Application:Geo/postgis2: Bug Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: 64bit OS/Version: openSUSE 12.1 Status: NEW Severity: Major Priority: P5 - None Component: 3rd party software AssignedTo: opensuse@dstoecker.de ReportedBy: sault.don@gmail.com QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: Community User Blocker: --- I created a template_postgis database with postgis and postgis_topology installed: createdb -T template1 template_postgis psql template_postgis -c "CREATE EXTENSION postgis;" psql template_postgis -c "CREATE EXTENSION postgis_topology;" When I enter the template_postgis database, postgis and postgis_topology are installed and enabled: psql template_postgis -c "SELECT Postgis_full_version();" runs fine with no errors. When I create a new database from template_postgis, it loses it's topology functions: createdb -T template_postgis postgis_new psql postgis_new -c "SELECT Postgis_full_version();" says that postgis_topology_utilities or something isn't installed! It isn't until I re-enable with EXTENSION that it works again: psql postgis_new -c "CREATE EXTENSION postgis_topology;" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.