From 98bbab47bcff25734660505066bffb612bb99eb6 Mon Sep 17 00:00:00 2001 From: Simon Riggs Date: Sun, 2 May 2010 11:32:53 +0000 Subject: [PATCH] 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. --- doc/src/sgml/config.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index f9c13e7c49..f4e1b313be 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -1950,7 +1950,7 @@ SET ENABLE_SEQSCAN TO OFF; If a conflict should occur the server will delay up to this long before it cancels conflicting queries, as described in . - The default is 30 seconds. + The default is 30 seconds (30 s). Units are milliseconds. A value of -1 causes the standby to wait forever for a conflicting query to complete. This parameter can only be set in the postgresql.conf