]> granicus.if.org Git - postgresql/commitdiff
Add missing close tag.
authorBruce Momjian <bruce@momjian.us>
Thu, 18 Feb 2010 04:14:38 +0000 (04:14 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 18 Feb 2010 04:14:38 +0000 (04:14 +0000)
doc/src/sgml/high-availability.sgml

index 48f6e98f10cf0ce9e97d62c0bfa92783e088fc30..91a3e4161edea5cb568bbeb95b4a16181f93c21b 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.45 2010/02/18 03:16:09 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.46 2010/02/18 04:14:38 momjian Exp $ -->
 
 <chapter id="high-availability">
  <title>High Availability, Load Balancing, and Replication</title>
@@ -1257,7 +1257,7 @@ primary_conninfo = 'host=192.168.1.50 port=5432 user=foo password=foopass'
     recovery is to allow the last two actions, so there are small and
     subtle differences in behaviour between read-only transactions
     run on a standby and run during normal operation.
-    It is possible that <command>LISTEN, <command>UNLISTEN</>,
+    It is possible that <command>LISTEN</>, <command>UNLISTEN</>,
     <command>NOTIFY</>, and temporary tables might be allowed in a
     future release.
    </para>