diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 48ad9f6..c513eba 100644 *** a/doc/src/sgml/config.sgml --- b/doc/src/sgml/config.sgml *************** SET ENABLE_SEQSCAN TO OFF; *** 1643,1649 **** commit. Therefore, the delay is only performed if at least commit_siblings other transactions are active at the instant that a server process has written its ! commit record. The default is zero (no delay). --- 1643,1651 ---- commit. Therefore, the delay is only performed if at least commit_siblings other transactions are active at the instant that a server process has written its ! commit record. The default is zero (no delay). This parameter can only ! be set in the postgresql.conf file or on the server ! command line. *************** SET ENABLE_SEQSCAN TO OFF; *** 1659,1665 **** before performing the commit_delay delay. A larger value makes it more probable that at least one other transaction will become ready to commit during the delay ! interval. The default is five transactions. --- 1661,1669 ---- before performing the commit_delay delay. A larger value makes it more probable that at least one other transaction will become ready to commit during the delay ! interval. The default is five transactions. This parameter can only be ! set in the postgresql.conf file or on the server command ! line.