#3352 closed defect (fixed)
not all entries in spatial_ref_sys are marked as part of the extension
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.2.1 |
Component: | postgis | Version: | 2.2.x |
Keywords: | Cc: |
Description
About 100 new spatial_ref_sys entries are un-marked as part of the extension, so they are being dumped by pg_dump.
Change History (4)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 9 years ago
Forgot to patch the 2.2 branch as well as trunk, done in 2.2 now too at r14333
comment:4 by , 9 years ago
One more comment here: during extension upgrade two things don't happen:
- the contents of spatial_ref_sys are not updated with the new contents
- the definition of what parts of spatial_ref_sys are not to be dumped is not updated
As it happens, these two non-upgrades are perfectly complementary, so there's no need to change them, but it's worth noting that this is what happens.
Note:
See TracTickets
for help on using tickets.
As of r14332 the results of the compute_srid_continuous_ranges function run on 2.2 are part of the extension.