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:32 +0900 |
commit | c6d0df9492b12ce657de8512a93dd473f3eff5d9 (patch) | |
tree | 67a069787984f35edfe2983159a8f713ffa7b93c | |
parent | a2586dece1953e7c395b533bf52b54b5e7bb3a3c (diff) |
Add missing closing parenthesis into max_replication_slots doc.
-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 697cf99de54..5ab308b2b28 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 |