diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-06-07 14:15:21 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-06-07 14:18:55 -0400 |
commit | 79616ae73b0ba2fb650a9d8ebc5ce8a088cb3858 (patch) | |
tree | 21e48d4e09f86cd198d6fdf5bfad93fa4019a7dd | |
parent | 1f74a9088881d5e7e3fc20508bc6fa47beeb6290 (diff) | |
download | postgresql-79616ae73b0ba2fb650a9d8ebc5ce8a088cb3858.tar.gz postgresql-79616ae73b0ba2fb650a9d8ebc5ce8a088cb3858.zip |
doc: Fix typo
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 94e183b9c3e..50f6d4ea7fd 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4453,7 +4453,7 @@ local0.* /var/log/postgresql sequence number (such as <literal>[2]</literal>). This circumvents the <quote>--- last message repeated N times ---</quote> suppression that many syslog implementations perform by default. In more modern - syslog implementations, repeat message suppression can be configured + syslog implementations, repeated message suppression can be configured (for example, <literal>$RepeatedMsgReduction</literal> in <productname>rsyslog</productname>), so this might not be necessary. Also, you could turn this off if you actually want to |