From: Regina Obe Date: Wed, 10 Sep 2008 06:47:55 +0000 (+0000) Subject: Add ST_IsValid reference to ST_Within. X-Git-Tag: 1.4.0b1~754 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99d8f7a1256f00f2b4cb31b964c497534d88d861;p=postgis Add ST_IsValid reference to ST_Within. git-svn-id: http://svn.osgeo.org/postgis/trunk@2950 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_new.xml b/doc/reference_new.xml index 7b26a3dc8..968de4e6f 100644 --- a/doc/reference_new.xml +++ b/doc/reference_new.xml @@ -4737,7 +4737,7 @@ FROM (SELECT ST_Buffer(ST_GeomFromText('POINT(1 2)'), 10) As smallc, See Also - , + , ,