projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef0333e
)
Doc: fix minor typos in two ECPG function descriptions.
author
Tom Lane
Sun, 25 Feb 2024 20:29:09 +0000
(15:29 -0500)
committer
Tom Lane
Sun, 25 Feb 2024 20:29:23 +0000
(15:29 -0500)
Noted by Aidar Imamov.
Discussion: https://postgr.es/m/
170869935022
.643.
3709087848818148291
@wrigleys.postgresql.org
doc/src/sgml/ecpg.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ecpg.sgml
b/doc/src/sgml/ecpg.sgml
index 73351a9136032e6e18f5e4acbf05c602960f9a15..3e3cef6eb254c1e074f8fae6354725b85106ae0b 100644
(file)
--- a/
doc/src/sgml/ecpg.sgml
+++ b/
doc/src/sgml/ecpg.sgml
@@
-8882,7
+8882,7
@@
int dectodbl(decimal *np, double *dblp);
dectoint
- Convert a variable
to
type decimal to an integer.
+ Convert a variable
of
type decimal to an integer.
int dectoint(decimal *np, int *ip);
@@
-8908,7
+8908,7
@@
int dectoint(decimal *np, int *ip);
dectolong
- Convert a variable
to
type decimal to a long integer.
+ Convert a variable
of
type decimal to a long integer.
int dectolong(decimal *np, long *lngp);