Ticket #457 (closed defect: fixed)
ST_CollectionExtract returns non-requested type
| Reported by: | strk | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 1.5.3 |
| Component: | postgis | Version: | trunk |
| Keywords: | history | Cc: |
Description
strk=# select st_astext(ST_CollectionExtract('POINT(0 0)', 2));
st_astext
------------
POINT(0 0)
strk=# select st_astext(ST_CollectionExtract('POINT(0 0)', 3));
st_astext
------------
POINT(0 0)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

