From: Sandro Santilli Date: Wed, 14 Oct 2015 12:58:20 +0000 (+0000) Subject: Re-add (T) modifiers in docs for ST_Buffer and ST_Intersection X-Git-Tag: 2.3.0beta1~426 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17acdb47812d9383e698926000c3a8fda57bb228;p=postgis Re-add (T) modifiers in docs for ST_Buffer and ST_Intersection Closes #3331 git-svn-id: http://svn.osgeo.org/postgis/trunk@14275 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index 4c02a0210..3bde9bd0f 100644 --- a/doc/reference_processing.xml +++ b/doc/reference_processing.xml @@ -6,6 +6,7 @@ ST_Buffer +(T) Returns a geometry covering all points within a given distance from the input geometry. @@ -1679,6 +1680,7 @@ SELECT ST_AsText( ST_Intersection +(T) Returns a geometry that represents the shared portion of geomA and geomB.