diff options
author | Peter Eisentraut | 2017-04-28 19:30:54 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-04-28 19:32:33 +0000 |
commit | bc920bee296ec4c1e8cd1598c71f21d80a59d351 (patch) | |
tree | 248e70890dcb716bb559a787fb853d3f294fccf4 | |
parent | 6a4dda44e02bfd5148c13b00d8f81045a2e17f2c (diff) |
doc: Fix typo in 9.6 release notes
Author: Huong Dangminh <huo-dangminh@ys.jp.nec.com>
-rw-r--r-- | doc/src/sgml/release-9.6.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-9.6.sgml b/doc/src/sgml/release-9.6.sgml index 7a37f3f44be..dc7b4793873 100644 --- a/doc/src/sgml/release-9.6.sgml +++ b/doc/src/sgml/release-9.6.sgml @@ -5004,7 +5004,7 @@ This commit is also listed under libpq and PL/pgSQL --> <para> Allow the number of client connections (<option>-c</>) to not - be an exact multiple of the number of threads (<option>-t</>) + be an exact multiple of the number of threads (<option>-j</>) (Fabien Coelho) </para> </listitem> |