From: Regina Obe Date: Thu, 1 Oct 2009 21:18:42 +0000 (+0000) Subject: typos X-Git-Tag: 1.5.0b1~435 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c3a3c2b8f22277f9ebb1cef1af27edb63664e40;p=postgis typos git-svn-id: http://svn.osgeo.org/postgis/trunk@4575 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/xsl/postgis_gardentest.sql.xsl b/doc/xsl/postgis_gardentest.sql.xsl index dbb29e100..13608ceb7 100644 --- a/doc/xsl/postgis_gardentest.sql.xsl +++ b/doc/xsl/postgis_gardentest.sql.xsl @@ -210,7 +210,7 @@ SELECT 'create,insert,drop Test: End Testing Geography SELECT ' : Start Testing against other types'; - + SELECT 'Geography : Start Testing , '; BEGIN; @@ -220,7 +220,14 @@ SELECT 'create,insert,drop Test: End Testing Geography : Start Testing , '; + BEGIN; + SELECT foo1.the_geom foo2.the_geom + FROM () As foo1 CROSS JOIN () As foo2 + ; + COMMIT; + SELECT ' : End Testing against other types';