[postgis-tickets] r15503 - put in safeguard for PostGIS windows functions. Italians decided they needed to translate the term winset which made this section itemizedlist empty and invalid for pdf.

Regina Obe lr at pcorp.us
Sun Jul 23 13:49:29 PDT 2017


Author: robe
Date: 2017-07-23 13:49:28 -0700 (Sun, 23 Jul 2017)
New Revision: 15503

Modified:
   trunk/doc/xsl/postgis_aggs_mm.xml.xsl
Log:
put in safeguard for PostGIS windows functions. Italians decided they needed to translate the term winset which made this section itemizedlist empty and invalid for pdf.

References #3794 for PostGIS 2.4 (trunk)

Modified: trunk/doc/xsl/postgis_aggs_mm.xml.xsl
===================================================================
--- trunk/doc/xsl/postgis_aggs_mm.xml.xsl	2017-07-23 20:08:43 UTC (rev 15502)
+++ trunk/doc/xsl/postgis_aggs_mm.xml.xsl	2017-07-23 20:49:28 UTC (rev 15503)
@@ -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">



More information about the postgis-tickets mailing list