projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3561e83
)
Re-add (T) modifiers in docs for ST_Buffer and ST_Intersection
author
Sandro Santilli
<strk@keybit.net>
Wed, 14 Oct 2015 12:58:20 +0000
(12:58 +0000)
committer
Sandro 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
patch
|
blob
|
history
diff --git
a/doc/reference_processing.xml
b/doc/reference_processing.xml
index 4c02a021019f9d5c311eb6442ecdaaf8bf2468fc..3bde9bd0fe49c74514ae208191938da15e22d27a 100644
(file)
--- a/
doc/reference_processing.xml
+++ b/
doc/reference_processing.xml
@@
-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>