#1233 closed enhancement (fixed)
Forbid SRID <= 0 or SRID >= 999000 in spatial_ref_sys
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | history | Cc: |
Description
The valid user srid range is > 0 and < 999000, we should forbid adding rows in spatial_ref_sys with invalid values.
Change History (2)
comment:1 by , 13 years ago
Keywords: | history added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 13 years ago
Type: | defect → enhancement |
---|
Note:
See TracTickets
for help on using tickets.
Done with r7968