diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2018-03-21 23:08:43 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2018-03-21 23:20:10 +0900 |
commit | 31c869ef1a7cb4cdcda858ae860b9704b23befd9 (patch) | |
tree | 87db244b70e8f99636ac0263b1f9e1b9d413d3f9 /doc/src | |
parent | cf21c46495897cf3a59f2b1230b522a969a17bea (diff) |
Fix typo.
Patch by me.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/protocol.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 0414db4c52a..2b0b1b96332 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -5628,7 +5628,7 @@ StartupMessage (F) </varlistentry> </variablelist> - In addition to the above, others parameter may be listed. + In addition to the above, other parameters may be listed. Parameter names beginning with <literal>_pq_.</literal> are reserved for use as protocol extensions, while others are treated as run-time parameters to be set at backend start |