fix_doc_pgbench_aset.ptach
application/octet-stream
Filename: fix_doc_pgbench_aset.ptach
Type: application/octet-stream
Part: 0
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 <optional> <replaceable>options</replaceable> </optional> <replaceable>d
When the <literal>\aset</literal> command is used, all combined SQL queries
(separated by <literal>\;</literal>) have their columns stored into variables
named after column names, and prefixed with <replaceable>prefix</replaceable>
- 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.
</para>
<para>