File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.273 2010/05/02 02:10:32 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.274 2010/05/02 11:32:53 sriggs Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -1950,7 +1950,7 @@ SET ENABLE_SEQSCAN TO OFF;
1950
1950
If a conflict should occur the server will delay up to this long
1951
1951
before it cancels conflicting queries, as
1952
1952
described in <xref linkend="hot-standby-conflict">.
1953
- The default is 30 seconds.
1953
+ The default is 30 seconds (30 s). Units are milliseconds .
1954
1954
A value of -1 causes the standby to wait forever for a conflicting
1955
1955
query to complete.
1956
1956
This parameter can only be set in the <filename>postgresql.conf</>
You can’t perform that action at this time.
0 commit comments