[postgis-devel] [PostGIS] #649: ST_Summary needs to document output
PostGIS
trac at osgeo.org
Sun Oct 24 18:32:12 PDT 2010
#649: ST_Summary needs to document output
-------------------------+--------------------------------------------------
Reporter: mwtoews | Owner: pramsey
Type: enhancement | Status: new
Priority: low | Milestone: PostGIS 1.5.3
Component: postgis | Version: 1.5.X
Keywords: |
-------------------------+--------------------------------------------------
Flags shown between '{{{[}}}' and '{{{]}}}' from ST_Summary are not
documented.
E.g. here is an example with {{{[ZMBS]}}} and nested {{{[ZM]}}} flags:
{{{
mydb=# select st_summary('SRID=4326;MULTILINESTRING((0 0 0 0, 1 1 1 1),(2
2 2 2, 3 3 3 3))');
st_summary
---------------------------------
+
MultiLine[ZMBS] with 2 elements+
Line[ZM] with 2 points +
Line[ZM] with 2 points +
(1 row)
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/649>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list