mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
Docs: fix alphabetization of table entries.
Fabien Coelho
This commit is contained in:
parent
36db18eaa0
commit
bbbae5ead3
@ -954,13 +954,6 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
||||
<entry><literal>double(5432)</></>
|
||||
<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</>
|
||||
@ -968,6 +961,13 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
|
||||
<entry><literal>greatest(5, 4, 3, 2)</></>
|
||||
<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</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user