Ticket #1470 (closed enhancement: fixed)
AddTopoGeometryColumn spatial type arg simplification
| Reported by: | strk | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | topology | Version: | trunk |
| Keywords: | Cc: |
Description
The AddTopogeometryColumn? function currently only accept 'POINT', 'LINE', 'POLYGON', and necessarely uppercase.
I think it should accept lowercase as well, but also multipoint, multilinestring and multipolygon as aliases. Also linestring might help.
The rational would be accepting whatever is returned by GEOMETRYTYPE(), when converting a simple column to a topologically defined column.
Change History
Note: See
TracTickets for help on using
tickets.
