From 153c8dbd8ca3f6736dd220edda7d4392f5381a33 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sun, 18 Dec 2011 08:32:08 -0500
Subject: [PATCH] Remove tabs in SGML file.

---
 doc/src/sgml/monitoring.sgml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index d6056a25b23..a12a9a2b726 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -1185,8 +1185,8 @@ postgres: <replaceable>user</> <replaceable>database</> <replaceable>host</> <re
       <entry><literal><function>pg_stat_get_wal_senders()</function></literal></entry>
       <entry><type>setof record</type></entry>
       <entry>
-	   One record for each active wal sender. The fields returned are a subset
-	   of those in the <structname>pg_stat_replication</structname> view.
+       One record for each active wal sender. The fields returned are a subset
+       of those in the <structname>pg_stat_replication</structname> view.
       </entry>
      </row>
 
-- 
GitLab