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

Commitfa171dd

Browse files
committed
Fix typo, per Thom Brown.
1 parentf4ec2fa commitfa171dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/perform.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/perform.sgml,v 1.78 2010/04/2816:48:21 alvherre Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/perform.sgml,v 1.79 2010/04/2821:23:29 tgl Exp $ -->
22

33
<chapter id="performance-tips">
44
<title>Performance Tips</title>
@@ -1027,7 +1027,7 @@ SELECT * FROM x, y, a, b, c WHERE something AND somethingelse;
10271027
<listitem>
10281028
<para>
10291029
If using WAL archiving or streaming replication, consider disabling
1030-
them during the restore. To do that, set <varname>arcive_mode</> off,
1030+
them during the restore. To do that, set <varname>archive_mode</> off,
10311031
<varname>wal_level</varname> to <literal>minimal</>, and
10321032
<varname>max_wal_senders</> zero before loading the dump script,
10331033
and afterwards set them back to the right values and take a fresh

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp