summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2018-05-15 23:12:16 +0000
committerBruce Momjian2018-05-15 23:12:16 +0000
commit3b07f6dadb359e88c5a4b8375765d2c10d9eabce (patch)
treef5e6d76dbf3c211ad6ca5aa63aec3ef0fce76247
parent3122e320913db0288d0b96a7eb65401962c4781b (diff)
doc: adjust Extended Query PG 11 release note item
Reported-by: Tatsuo Ishii
-rw-r--r--doc/src/sgml/release-11.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml
index 6b35fdd0dcb..10d6831a454 100644
--- a/doc/src/sgml/release-11.sgml
+++ b/doc/src/sgml/release-11.sgml
@@ -213,9 +213,9 @@
<para>
In the <link linkend="protocol-query-concepts">Extended Query
- Protocol</link>, have <varname>statement_timeout</varname> apply
- to each <literal>Execute</literal> message, not to all commands
- before <literal>Sync</literal> (Tatsuo Ishii)
+ Protocol</link>, have <varname>statement_timeout</varname>
+ apply to each Execute message, not to all commands before Sync
+ (Tatsuo Ishii, Andres Freund)
</para>
</listitem>