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:19:46 +0900 |
commit | 8bb3c7d347f0c74aa12beeef3599984021323e7d (patch) | |
tree | 965cd86bd84a148243e3e5b17316080158d205e9 /doc/src | |
parent | 325f2ec5557fd1c9156c910102522e04cb42d99c (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 4fd61d7c2d2..366b6842934 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -5784,7 +5784,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 |