Opened 14 years ago

Closed 12 years ago

#464 closed defect (wontfix)

ST_Dump ignores empties

Reported by: strk Owned by: pramsey
Priority: medium Milestone: PostGIS 1.5.4
Component: postgis Version: 1.5.X
Keywords: Cc:

Description

strk=# select path,st_astext(geom) from st_dump('GEOMETRYCOLLECTION(GEOMETRYCOLLECTION(POINT(0 0),POINT(1 1)),LINESTRING(10 0, 20

0),GEOMETRYCOLLECTION(GEOMETRYCOLLECTION EMPTY))'); path | st_astext


{1,1} | POINT(0 0) {1,2} | POINT(1 1) {2} | LINESTRING(10 0,20 0)

(3 rows)

It's missing {3.1} …

… may the semantic debate begin ;)

Change History (3)

comment:1 by robe, 13 years ago

Milestone: PostGIS 1.5.3PostGIS 1.5.4

comment:2 by pramsey, 12 years ago

I think this is pointless. The use case of dump is getting ones hands on useful objects to analyze. Empties add nothing to the soup.

comment:3 by robe, 12 years ago

Resolution: wontfix
Status: newclosed

I agree its pointless too +1.

Note: See TracTickets for help on using tickets.