]> granicus.if.org Git - postgis/commitdiff
minor change
authorRegina Obe <lr@pcorp.us>
Sat, 10 Apr 2010 15:32:35 +0000 (15:32 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 10 Apr 2010 15:32:35 +0000 (15:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5526 b70326c6-7e19-0410-871a-916f4a2858ee

doc/xsl/wktraster_comments.sql.xsl

index 2d310a38cc28a0f07ae952cf2dadd51b6810e18a..0a2e7f430600f3d12708298ff3a3c4ecfa20eb3c 100644 (file)
@@ -31,8 +31,8 @@
                        </xsl:call-template>\r
                </xsl:variable>\r
                <xsl:choose>\r
-<!-- If this is a postgis type grab the ref entry summary and refname to make type comment -->\r
-<xsl:when test="parent::sect1[@id='PostGIS_Types']">\r
+<!-- If this is a raster type grab the ref entry summary and refname to make type comment -->\r
+<xsl:when test="parent::sect1[@id='RT_Types']">\r
        COMMENT ON TYPE <xsl:value-of select="refnamediv/refname" /> IS 'postgis type: <xsl:value-of select='$comment' />';\r
 </xsl:when>\r
                </xsl:choose>\r