"in 9.4" -> "from 9.4"

This commit is contained in:
Ian Barwick
2015-11-05 13:49:36 +09:00
parent 12204f7e56
commit e775a962ad

View File

@@ -114,7 +114,7 @@ like the following in `postgresql.conf`:
# How much WAL to retain on the primary to allow a temporarily
# disconnected standby to catch up again. The larger this is, the
# longer the standby can be disconnected. This is needed only in
# 9.3; in 9.4, replication slots can be used instead (see below).
# 9.3; from 9.4, replication slots can be used instead (see below).
wal_keep_segments = 5000