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:12:18 +0900 |
commit | 9312fcf03b4889f9f2ba1c9b4a3447951a5bb6fb (patch) | |
tree | 77e4f96338aace557d77907fd62ca4b67e11f7ca | |
parent | e1f186da949dff96f974f491c0248b44845cc3e8 (diff) |
Fix typo.
Patch by me.
-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 caff7e361ae..41115703b94 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -4822,7 +4822,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 |