Opened 12 years ago

Closed 12 years ago

#1619 closed defect (fixed)

Extensions mark user editable objects

Reported by: robe Owned by: robe
Priority: blocker Milestone: PostGIS 2.0.0
Component: build Version: master
Keywords: Cc:

Description

Putting this in before I forget. Right now none of the tables in the postgis and postgis_topology extensions are marked as user editable.

What does this mean. It means they don't get backed up which is bad.

We need to do this before release. I assume the following need to be marked as user editable. When marked as such just the data is backed up (not the structure).

spatial_ref_sys

topology.layer

topology.topology

Any others anyone can think of? I was hoping we could add a bit to spatial_ref_sys that says user defined or something because extensions does give you the provision of only backing up entries that fit a certain condition. Which means if a person does a hard upgrade, they'll get all our corrected entries when they restore and their custom ones and for minor upgrades we can delete all records not marked as user defined and reinsert all of ours.

Change History (1)

comment:1 by robe, 12 years ago

Resolution: fixed
Status: newclosed

Done at r9340. Tested for postgis_topology still need to test for postgis.

Note: See TracTickets for help on using tickets.