File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -908,10 +908,11 @@ INSERT INTO tbl1 VALUES ($1, $2) \bind 'first value' 'second value' \g
908
908
linkend="protocol-query-concepts"/>) to be used, unlike normal
909
909
<application>psql</application> operation, which uses the simple
910
910
query protocol. So this command can be useful to test the extended
911
- query protocol from psql. (The extended query protocol is used even
912
- if the query has no parameters and this command specifies zero
913
- parameters.) This command affects only the next query executed; all
914
- subsequent queries will use the simple query protocol by default.
911
+ query protocol from <application>psql</application>. (The extended
912
+ query protocol is used even if the query has no parameters and this
913
+ command specifies zero parameters.) This command affects only the
914
+ next query executed; all subsequent queries will use the simple query
915
+ protocol by default.
915
916
</para>
916
917
</listitem>
917
918
</varlistentry>
@@ -4334,7 +4335,8 @@ bar
4334
4335
When this variable is set to <literal>off</literal>, only the last
4335
4336
result of a combined query (<literal>\;</literal>) is shown instead of
4336
4337
all of them. The default is <literal>on</literal>. The off behavior
4337
- is for compatibility with older versions of psql.
4338
+ is for compatibility with older versions of
4339
+ <application>psql</application>.
4338
4340
</para>
4339
4341
</listitem>
4340
4342
</varlistentry>
You can’t perform that action at this time.
0 commit comments