projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36db18e
)
Docs: fix alphabetization of table entries.
author
Tom Lane
Fri, 6 May 2016 21:48:56 +0000
(17:48 -0400)
committer
Tom Lane
Fri, 6 May 2016 21:48:56 +0000
(17:48 -0400)
Fabien Coelho
doc/src/sgml/ref/pgbench.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pgbench.sgml
b/doc/src/sgml/ref/pgbench.sgml
index e6c7c94fe2517d25e039e3416372ce6e5fc7ed89..ee363ef4501c6b34a72d951216fa9ae79c7da414 100644
(file)
--- a/
doc/src/sgml/ref/pgbench.sgml
+++ b/
doc/src/sgml/ref/pgbench.sgml
@@
-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>