summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Lane2016-05-06 21:48:56 +0000
committerTom Lane2016-05-06 21:48:56 +0000
commitbbbae5ead3952bee9184da4864e2f4078940cac7 (patch)
treec6ea9ee9efd8de037e658467c40d3399d85c4ae6 /doc
parent36db18eaa0def33b3f7ea5e3980c43431ca9c923 (diff)
Docs: fix alphabetization of table entries.
Fabien Coelho
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/ref/pgbench.sgml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml
index e6c7c94fe25..ee363ef4501 100644
--- a/doc/src/sgml/ref/pgbench.sgml
+++ b/doc/src/sgml/ref/pgbench.sgml
@@ -955,13 +955,6 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
<entry><literal>5432.0</></>
</row>
<row>
- <entry><literal><function>int(<replaceable>x</>)</></></>
- <entry>integer</>
- <entry>cast to int</>
- <entry><literal>int(5.4 + 3.8)</></>
- <entry><literal>9</></>
- </row>
- <row>
<entry><literal><function>greatest(<replaceable>a</> [, <replaceable>...</> ] )</></></>
<entry>double if any <replaceable>a</> is double, else integer</>
<entry>largest value among arguments</>
@@ -969,6 +962,13 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
<entry><literal>5</></>
</row>
<row>
+ <entry><literal><function>int(<replaceable>x</>)</></></>
+ <entry>integer</>
+ <entry>cast to int</>
+ <entry><literal>int(5.4 + 3.8)</></>
+ <entry><literal>9</></>
+ </row>
+ <row>
<entry><literal><function>least(<replaceable>a</> [, <replaceable>...</> ] )</></></>
<entry>double if any <replaceable>a</> is double, else integer</>
<entry>smallest value among arguments</>