diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml
index e6c7c94..ee363ef 100644
--- a/doc/src/sgml/ref/pgbench.sgml
+++ b/doc/src/sgml/ref/pgbench.sgml
@@ -955,13 +955,6 @@ pgbench options> dbname>
5432.0>>
- int(x>)>>>
- integer>
- cast to int>
- int(5.4 + 3.8)>>
- 9>>
-
-
greatest(a> [, ...> ] )>>>
double if any a> is double, else integer>
largest value among arguments>
@@ -969,6 +962,13 @@ pgbench options> dbname>
5>>
+ int(x>)>>>
+ integer>
+ cast to int>
+ int(5.4 + 3.8)>>
+ 9>>
+
+
least(a> [, ...> ] )>>>
double if any a> is double, else integer>
smallest value among arguments>