File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 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
908908 linkend="protocol-query-concepts"/>) to be used, unlike normal
909909 <application>psql</application> operation, which uses the simple
910910 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.
915916 </para>
916917 </listitem>
917918 </varlistentry>
@@ -4334,7 +4335,8 @@ bar
43344335 When this variable is set to <literal>off</literal>, only the last
43354336 result of a combined query (<literal>\;</literal>) is shown instead of
43364337 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>.
43384340 </para>
43394341 </listitem>
43404342 </varlistentry>
You can’t perform that action at this time.
0 commit comments