]> granicus.if.org Git - postgis/commitdiff
Think I got most of the functions with additional args, left out circular since it...
authorRegina Obe <lr@pcorp.us>
Mon, 15 Dec 2008 05:03:11 +0000 (05:03 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 15 Dec 2008 05:03:11 +0000 (05:03 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3404 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/postgis_gardentest.sql.xsl

index f4c6939aa6f63d1597914b699253596c2b0f7f35..95854d46ccd36d44223e3a9d8c81dd25a9ef2770 100644 (file)
@@ -207,8 +207,11 @@ SELECT '<xsl:value-of select="$fnname" /><xsl:text> </xsl:text> <xsl:value-of se
                                        <xsl:when test="contains(parameter, 'version')"> \r
                                                <xsl:value-of select="$var_version" />\r
                                        </xsl:when>\r
+                                       <xsl:when test="contains(type, 'geometry[]')"> \r
+                                               ARRAY[foo2.the_geom]\r
+                                       </xsl:when>\r
                                        <xsl:when test="type = 'geometry' or type = 'geometry '"> \r
-                                               <xsl:text>the_geom</xsl:text>\r
+                                               <xsl:text>foo1.the_geom</xsl:text>\r
                                        </xsl:when>\r
                                        <xsl:when test="contains(type, 'float')"> \r
                                                <xsl:value-of select="$var_float1" />\r