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:11:56 +0900 |
commit | 487a6e38de9048f29a1c23cb2c796cce3b1cdd62 (patch) | |
tree | 1999f18eb0edbb24e2c9dbc194d1f193faadd8ad | |
parent | aa1cacd9541a4b46b3ca416d987e3b4a681ac5f3 (diff) | |
download | postgresql-487a6e38de9048f29a1c23cb2c796cce3b1cdd62.tar.gz postgresql-487a6e38de9048f29a1c23cb2c796cce3b1cdd62.zip |
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 ecdaecf258b..a3a4e159373 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -4840,7 +4840,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 |