From: Kevin Neufeld Date: Mon, 5 Oct 2009 21:15:51 +0000 (+0000) Subject: updated ST_IsValid's reference to the OGC specs. X-Git-Tag: 1.5.0b1~413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a44691648200a6144a91764df35c2251e9a2b00d;p=postgis updated ST_IsValid's reference to the OGC specs. git-svn-id: http://svn.osgeo.org/postgis/trunk@4597 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference.xml b/doc/reference.xml index 80a9fc1b8..72d12fc96 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -4168,7 +4168,7 @@ FROM (SELECT 'LINESTRING(0 0, 0 1, 1 0, 1 1, 0 0)'::geometry AS the_geom) AS foo - This method implements the This method implements the concept of validity expressed in the OpenGIS Simple Features Implementation Specification for SQL.