Docs: fix alphabetization of table entries.
authorTom Lane
Fri, 6 May 2016 21:48:56 +0000 (17:48 -0400)
committerTom Lane
Fri, 6 May 2016 21:48:56 +0000 (17:48 -0400)
Fabien Coelho

doc/src/sgml/ref/pgbench.sgml

index e6c7c94fe2517d25e039e3416372ce6e5fc7ed89..ee363ef4501c6b34a72d951216fa9ae79c7da414 100644 (file)
@@ -954,13 +954,6 @@ pgbench  options  dbname
        double(5432)
        5432.0
       
-      
-       int(x)
-       integer
-       cast to int
-       int(5.4 + 3.8)
-       9
-      
       
        greatest(a [, ... ] )
        double if any a is double, else integer
@@ -968,6 +961,13 @@ pgbench  options  dbname
        greatest(5, 4, 3, 2)
        5
       
+      
+       int(x)
+       integer
+       cast to int
+       int(5.4 + 3.8)
+       9
+      
       
        least(a [, ... ] )
        double if any a is double, else integer