mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Doc: fix minor typos in two ECPG function descriptions.
Noted by Aidar Imamov. Discussion: https://postgr.es/m/170869935022.643.3709087848818148291@wrigleys.postgresql.org
This commit is contained in:
parent
28e858c0f9
commit
57b28c0830
@ -8884,7 +8884,7 @@ int dectodbl(decimal *np, double *dblp);
|
||||
<term><function>dectoint</function></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Convert a variable to type decimal to an integer.
|
||||
Convert a variable of type decimal to an integer.
|
||||
<synopsis>
|
||||
int dectoint(decimal *np, int *ip);
|
||||
</synopsis>
|
||||
@ -8910,7 +8910,7 @@ int dectoint(decimal *np, int *ip);
|
||||
<term><function>dectolong</function></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Convert a variable to type decimal to a long integer.
|
||||
Convert a variable of type decimal to a long integer.
|
||||
<synopsis>
|
||||
int dectolong(decimal *np, long *lngp);
|
||||
</synopsis>
|
||||
|
Loading…
x
Reference in New Issue
Block a user