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

Commit98bbab4

Browse files
Mention that max_standby_delay has units of milliseconds. Units are mentioned
for all other parameters where the default is expressed in a different unit.
1 parentf9ed327 commit98bbab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/config.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/config.sgml,v 1.273 2010/05/0202:10:32 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.274 2010/05/0211:32:53 sriggs Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -1950,7 +1950,7 @@ SET ENABLE_SEQSCAN TO OFF;
19501950
If a conflict should occur the server will delay up to this long
19511951
before it cancels conflicting queries, as
19521952
described in <xref linkend="hot-standby-conflict">.
1953-
The default is 30 seconds.
1953+
The default is 30 seconds (30 s). Units are milliseconds.
19541954
A value of -1 causes the standby to wait forever for a conflicting
19551955
query to complete.
19561956
This parameter can only be set in the <filename>postgresql.conf</>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp