Skip to content

Commit 17acdb4

Browse files
author
Sandro Santilli
committed
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
1 parent 3561e83 commit 17acdb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/reference_processing.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<refname>ST_Buffer</refname>
77

88
<refpurpose>
9+
(T)
910
Returns a geometry covering all points within a given distance
1011
from the input geometry.
1112
</refpurpose>
@@ -1679,6 +1680,7 @@ SELECT ST_AsText(
16791680
<refname>ST_Intersection</refname>
16801681

16811682
<refpurpose>
1683+
(T)
16821684
Returns a geometry that represents the shared portion of geomA and geomB.
16831685
</refpurpose>
16841686
</refnamediv>

0 commit comments

Comments
 (0)