Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b8aa44f

Browse files
committed
doc: Decorate psql page with application markup tags
Noticed while looking at this area of the documentation for a separate patch.
1 parent d01ce18 commit b8aa44f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)