From d6ce58c01056fa0f475ea468f1633890f6a1d74c Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Tue, 17 Jul 2012 21:34:22 +0300
Subject: [PATCH] Show step titles in the pg_upgrade man page
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The upstream XSLT stylesheets missed that case.

found by Álvaro Herrera
---
 doc/src/sgml/stylesheet-man.xsl | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/src/sgml/stylesheet-man.xsl b/doc/src/sgml/stylesheet-man.xsl
index f5c890ef609..66d6733899a 100644
--- a/doc/src/sgml/stylesheet-man.xsl
+++ b/doc/src/sgml/stylesheet-man.xsl
@@ -173,6 +173,13 @@
   </xsl:template>
 
 
+  <!-- https://sourceforge.net/tracker/?func=detail&aid=3545150&group_id=21935&atid=373747 -->
+  <xsl:template match="step/title">
+    <xsl:apply-templates/>
+    <xsl:text>: </xsl:text>
+  </xsl:template>
+
+
 <!-- Gentext customization -->
 
 <!-- see http://www.sagehill.net/docbookxsl/CustomGentext.html -->
-- 
GitLab