Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9529f4d

Browse files
committed
Add missing close tag.
1 parent1bee1a3 commit9529f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/high-availability.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="high-availability">
44
<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'
12571257
recovery is to allow the last two actions, so there are small and
12581258
subtle differences in behaviour between read-only transactions
12591259
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</>,
12611261
<command>NOTIFY</>, and temporary tables might be allowed in a
12621262
future release.
12631263
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp