mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
pgbench: Fix typo in documentation.
This commit fixes a typo introduced in commit b6290ea48e.
Reported off-list by Erik Rijkers <er@xs4all.nl>
This commit is contained in:
parent
b6290ea48e
commit
668de04309
1 changed files with 1 additions and 1 deletions
|
|
@ -1211,7 +1211,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
|
|||
if provided. If a query returns no rows, no assignment is made.
|
||||
This can be detected by initializing the variable beforehand with
|
||||
a value the query cannot return, then checking whether it changes.
|
||||
If a query returns more than one row, the last values is kept.
|
||||
If a query returns more than one row, the last value is kept.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue