From: Regina Obe Date: Mon, 16 Nov 2009 13:50:16 +0000 (+0000) Subject: revise to deal with boolean arguments X-Git-Tag: 1.5.0b1~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b641809b09c2fe960e42008718d9cf5362331677;p=postgis revise to deal with boolean arguments git-svn-id: http://svn.osgeo.org/postgis/trunk@4830 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/xsl/postgis_gardentest_subset.sql.xsl b/doc/xsl/postgis_gardentest_subset.sql.xsl index b9bbaeee0..08bb0fbb3 100644 --- a/doc/xsl/postgis_gardentest_subset.sql.xsl +++ b/doc/xsl/postgis_gardentest_subset.sql.xsl @@ -26,6 +26,7 @@ 'test' 'SPHEROID["GRS_1980",6378137,298.257222101]' 'FF1FF0102' + false (SELECT ST_SetSRID(ST_Point(i,j),4326) As the_geom FROM (SELECT a*1.01234567890 FROM generate_series(-10,50,10) As a) As i(i) @@ -336,6 +337,9 @@ SELECT ' '2009-01-01' + + + ,