From: Bruce Momjian Date: Thu, 18 Feb 2010 04:14:38 +0000 (+0000) Subject: Add missing close tag. X-Git-Tag: REL9_0_ALPHA4~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9529f4d53263c7a85d8a5c4291fc4bc3f4c394f1;p=postgresql Add missing close tag. --- diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index 48f6e98f10..91a3e4161e 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -1,4 +1,4 @@ - + High Availability, Load Balancing, and Replication @@ -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 LISTEN, UNLISTEN, + It is possible that LISTEN, UNLISTEN, NOTIFY, and temporary tables might be allowed in a future release.