projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42d26fb
)
Correct results of usage examples.
author
Peter Eisentraut
Tue, 19 Dec 2000 17:35:46 +0000
(17:35 +0000)
committer
Peter Eisentraut
Tue, 19 Dec 2000 17:35:46 +0000
(17:35 +0000)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 0d59899f80143e95cc3594da961acf893393a370..f03fae625a251d62027d0392f26de28aedd1819f 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,4
+1,4
@@
-
+
Functions and Operators
@@
-248,7
+248,7
@@
double precision
cube root
cbrt(27.0)
-
9
.0
+
3
.0
@@
-280,7
+280,7
@@
numeric
largest integer not greater than argument
floor(-42.8)
-
43
+
-
43