Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb3b3eff

Browse files
committed
Doc: fix minor typos in two ECPG function descriptions.
Noted by Aidar Imamov.Discussion:https://postgr.es/m/170869935022.643.3709087848818148291@wrigleys.postgresql.org
1 parentef0333e commitb3b3eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8882,7 +8882,7 @@ int dectodbl(decimal *np, double *dblp);
88828882
<term><function>dectoint</function></term>
88838883
<listitem>
88848884
<para>
8885-
Convert a variableto type decimal to an integer.
8885+
Convert a variableof type decimal to an integer.
88868886
<synopsis>
88878887
int dectoint(decimal *np, int *ip);
88888888
</synopsis>
@@ -8908,7 +8908,7 @@ int dectoint(decimal *np, int *ip);
89088908
<term><function>dectolong</function></term>
89098909
<listitem>
89108910
<para>
8911-
Convert a variableto type decimal to a long integer.
8911+
Convert a variableof type decimal to a long integer.
89128912
<synopsis>
89138913
int dectolong(decimal *np, long *lngp);
89148914
</synopsis>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp