Opened 13 years ago
Last modified 13 years ago
#1083 closed defect
Get rid of probe_geometry_columns (typmod support) — at Initial Version
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | history | Cc: |
Description
All this function did was to inspect the geometry_columns table and notify of stale entries and add missing entries.
Now that geometry_columns will be a view in 2.0, this function is completely irrelevant.
We hadn't marked it for deprecation, but it seems necessary to completely remove it or keep it and have it do nothing except to show a notice that says:
"I do not do anything anymore, get with the program"
I'd just assume drop the function entirely
Note:
See TracTickets
for help on using tickets.