diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml
index ab252d9fc74..efdcad5819e 100644
--- a/doc/src/sgml/ref/pgbench.sgml
+++ b/doc/src/sgml/ref/pgbench.sgml
@@ -1210,9 +1210,8 @@ pgbench options d
When the \aset command is used, all combined SQL queries
(separated by \;) have their columns stored into variables
named after column names, and prefixed with prefix
- if provided. If a query returns no row, no assignment is made and the variable
- can be tested for existence to detect this. If a query returns more than one
- row, the last value is kept.
+ if provided. If a query returns no row, no assignment is made.
+ If a query returns more than one row, the last value is kept.