diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-06-24 03:25:01 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-06-24 03:25:01 +0900 |
commit | 394e05996fbb0621cf51c9d99891ca99b0eb2ff2 (patch) | |
tree | 8f74e3f6b5c91de2f4eb34965529ac55bf0ffea2 /doc/src | |
parent | 85ba0748ed5aa069643887af84fc28c380b1e815 (diff) | |
download | postgresql-394e05996fbb0621cf51c9d99891ca99b0eb2ff2.tar.gz postgresql-394e05996fbb0621cf51c9d99891ca99b0eb2ff2.zip |
Add missing closing parenthesis into max_replication_slots doc.
Diffstat (limited to 'doc/src')
-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 8f0ca4c1eb6..09e6dfc43b1 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2489,7 +2489,7 @@ include 'filename' <listitem> <para> Specifies the maximum number of replication slots - (see <xref linkend="streaming-replication-slots"> that the server + (see <xref linkend="streaming-replication-slots">) that the server can support. The default is zero. This parameter can only be set at server start. <varname>wal_level</varname> must be set |