aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2010-03-24 03:13:45 +0000
committerBruce Momjian <bruce@momjian.us>2010-03-24 03:13:45 +0000
commit96189dbe664cf81efcc4c1f40df43bce3d9aa785 (patch)
treebecfbd43caac1be2f96ba5d9cc4ecfc6dff41217
parent5f9d2316d5c4bc88866eacd267139b42298a31a8 (diff)
downloadpostgresql-96189dbe664cf81efcc4c1f40df43bce3d9aa785.tar.gz
postgresql-96189dbe664cf81efcc4c1f40df43bce3d9aa785.zip
Document in postgresql.conf that the max_standby_delay default is 30
'seconds'.
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index e7c8bcde9aa..a5630992566 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -185,7 +185,7 @@
# - Hot Standby -
#recovery_connections = on # allows connections during recovery
-#max_standby_delay = 30 # max acceptable standby lag (s) to allow queries
+#max_standby_delay = 30s # max acceptable standby lag (s) to allow queries
# to complete without conflict; -1 disables
#vacuum_defer_cleanup_age = 0 # num transactions by which cleanup is deferred