From: Regina Obe Date: Sun, 4 Oct 2015 07:55:49 +0000 (+0000) Subject: Add note that ST_Summary now supports tins and curves. 2.1.8 just returned unknown... X-Git-Tag: 2.2.0~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b717d4c6ab7a17b7f914f1e8cb29d51ff3ce26a;p=postgis Add note that ST_Summary now supports tins and curves. 2.1.8 just returned unknown type for these. ST_Summary now tells the type (though I think it does a sucky job on reporting subelements of multisurface) git-svn-id: http://svn.osgeo.org/postgis/trunk@14181 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_accessor.xml b/doc/reference_accessor.xml index 884b3e613..82cab68e7 100644 --- a/doc/reference_accessor.xml +++ b/doc/reference_accessor.xml @@ -2191,11 +2191,18 @@ Returns a text summary of the contents of the geometry. S: has spatial reference system - + + &curve_support; + + + &P_support; + + + &T_support; Availability: 1.2.2 Enhanced: 2.0.0 added support for geography Enhanced: 2.1.0 S flag to denote if has a known spatial reference system - + Enhanced: 2.2.0 Added support for TIN and Curves