]> granicus.if.org Git - postgis/commitdiff
put in safeguard for PostGIS windows functions. Italians decided they needed to trans...
authorRegina Obe <lr@pcorp.us>
Sun, 23 Jul 2017 20:49:28 +0000 (20:49 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 23 Jul 2017 20:49:28 +0000 (20:49 +0000)
References #3794 for PostGIS 2.4 (trunk)

git-svn-id: http://svn.osgeo.org/postgis/trunk@15503 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/postgis_aggs_mm.xml.xsl

index 5eab0ca075946f3024e5ff3d123b040bfa1b9dc9..f529e4a362fbc4a67289c73fa476c4b6a7a62cce 100644 (file)
@@ -48,6 +48,7 @@
                <sect1 id="PostGIS_Window_Functions">
                        <title>PostGIS Window Functions</title>
                        <para>The functions given below are spatial window functions provided with PostGIS that can be used just like any other sql window function such as row_numer(), lead(), lag(). All these require an SQL OVER() clause.</para>
+            <xsl:if test="//funcprototype[contains(paramdef/type,' winset')]">
                        <itemizedlist>
                        <!-- Pull out the purpose section for each ref entry and strip whitespace and put in a variable to be tagged unto each function comment  -->
                        <xsl:for-each select='//refentry'>
@@ -72,6 +73,7 @@
                                </xsl:for-each>
                        </xsl:for-each>
                        </itemizedlist>
+            </xsl:if>
                </sect1>
 
                <sect1 id="PostGIS_SQLMM_Functions">