|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.45 2010/02/1803:16:09 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/high-availability.sgml,v 1.46 2010/02/1804:14:38 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="high-availability">
|
4 | 4 | <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'
|
1257 | 1257 | recovery is to allow the last two actions, so there are small and
|
1258 | 1258 | subtle differences in behaviour between read-only transactions
|
1259 | 1259 | run on a standby and run during normal operation.
|
1260 |
| - It is possible that <command>LISTEN, <command>UNLISTEN</>, |
| 1260 | + It is possible that <command>LISTEN</>, <command>UNLISTEN</>, |
1261 | 1261 | <command>NOTIFY</>, and temporary tables might be allowed in a
|
1262 | 1262 | future release.
|
1263 | 1263 | </para>
|
|