diff options
author | Michael Paquier <michael@paquier.xyz> | 2024-07-25 10:59:49 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2024-07-25 10:59:49 +0900 |
commit | b8aa44fd4f86ed1ba5798ad360423555865c437c (patch) | |
tree | 3e85bf5bcbcfe3fe7d7516c3bcb557229189dcf6 | |
parent | d01ce180d9b5f0656d499840e138ab9ae9f8bf76 (diff) | |
download | postgresql-b8aa44fd4f86ed1ba5798ad360423555865c437c.tar.gz postgresql-b8aa44fd4f86ed1ba5798ad360423555865c437c.zip |
doc: Decorate psql page with application markup tags
Noticed while looking at this area of the documentation for a separate
patch.
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 830306ea1e2..07419a3b92e 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -908,10 +908,11 @@ INSERT INTO tbl1 VALUES ($1, $2) \bind 'first value' 'second value' \g linkend="protocol-query-concepts"/>) to be used, unlike normal <application>psql</application> operation, which uses the simple query protocol. So this command can be useful to test the extended - query protocol from psql. (The extended query protocol is used even - if the query has no parameters and this command specifies zero - parameters.) This command affects only the next query executed; all - subsequent queries will use the simple query protocol by default. + query protocol from <application>psql</application>. (The extended + query protocol is used even if the query has no parameters and this + command specifies zero parameters.) This command affects only the + next query executed; all subsequent queries will use the simple query + protocol by default. </para> </listitem> </varlistentry> @@ -4334,7 +4335,8 @@ bar When this variable is set to <literal>off</literal>, only the last result of a combined query (<literal>\;</literal>) is shown instead of all of them. The default is <literal>on</literal>. The off behavior - is for compatibility with older versions of psql. + is for compatibility with older versions of + <application>psql</application>. </para> </listitem> </varlistentry> |