diff options
| author | Fujii Masao | 2025-09-25 05:06:12 +0000 |
|---|---|---|
| committer | Fujii Masao | 2025-09-25 05:06:12 +0000 |
| commit | 668de0430942829cc6085ab6ee99fd8080d21f0a (patch) | |
| tree | 103ba5a0633bcf08c58890b9a1aba85329b3c6ed /doc/src | |
| parent | b6290ea48e1b8e868516d95cb86a0d3565d63847 (diff) | |
pgbench: Fix typo in documentation.
This commit fixes a typo introduced in commit b6290ea48e1.
Reported off-list by Erik Rijkers <er@xs4all.nl>
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/pgbench.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 5ca9de63fa3..a5edf612443 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -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> |
