From: Regina Obe Date: Sun, 16 Aug 2009 05:29:56 +0000 (+0000) Subject: cast null to geometry X-Git-Tag: 1.5.0b1~562 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33d39528d34bd6d994f8d12d4c8afdba604188f9;p=postgis cast null to geometry git-svn-id: http://svn.osgeo.org/postgis/trunk@4408 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/xsl/postgis_gardentest_subset.sql.xsl b/doc/xsl/postgis_gardentest_subset.sql.xsl index e27fdc2ac..6ce800015 100644 --- a/doc/xsl/postgis_gardentest_subset.sql.xsl +++ b/doc/xsl/postgis_gardentest_subset.sql.xsl @@ -142,7 +142,7 @@ ) - (SELECT Null As the_geom) + (SELECT CAST(Null As geometry) As the_geom) (SELECT ST_LineToCurve(ST_Buffer(ST_SetSRID(ST_Point(i,j),4326), j)) As the_geom