Re-add (T) modifiers in docs for ST_Buffer and ST_Intersection
authorSandro Santilli <strk@keybit.net>
Wed, 14 Oct 2015 12:58:20 +0000 (12:58 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 14 Oct 2015 12:58:20 +0000 (12:58 +0000)
Closes #3331

git-svn-id: http://svn.osgeo.org/postgis/trunk@14275 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_processing.xml

index 4c02a021019f9d5c311eb6442ecdaaf8bf2468fc..3bde9bd0fe49c74514ae208191938da15e22d27a 100644 (file)
@@ -6,6 +6,7 @@
                                <refname>ST_Buffer</refname>
 
                                <refpurpose>
+(T)
 Returns a geometry covering all points within a given distance
 from the input geometry.
                        </refpurpose>
@@ -1679,6 +1680,7 @@ SELECT ST_AsText(
                        <refname>ST_Intersection</refname>
 
                        <refpurpose>
+(T)
 Returns a geometry that represents the shared portion of geomA and geomB.
                        </refpurpose>
                </refnamediv>