The code to unlink dropped relations in FinishPreparedTransaction() was
[PostgreSQL.git] / doc / src / sgml / stylesheet-man.xsl
blob2d37a42f1a5c17a6da5aad8fd7bdb6bd015d483d
1 <?xml version="1.0" encoding="utf-8"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 version="1.0">
5 <xsl:import href="http://docbook2x.sourceforge.net/latest/xslt/man/docbook.xsl"/>
7 <!--
8 Man pages don't really support a third section level, but this
9 makes our man pages work OK and matches the behavior of the sgmlspl
10 style.
11 -->
12 <xsl:template match="refsect3">
13 <xsl:call-template name="SS-section" />
14 </xsl:template>
16 </xsl:stylesheet>