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

Commit7cbf8d3

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 parent9061fd2 commit7cbf8d3

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
@@ -8632,7 +8632,7 @@ int dectodbl(decimal *np, double *dblp);
86328632
<term><function>dectoint</function></term>
86338633
<listitem>
86348634
<para>
8635-
Convert a variableto type decimal to an integer.
8635+
Convert a variableof type decimal to an integer.
86368636
<synopsis>
86378637
int dectoint(decimal *np, int *ip);
86388638
</synopsis>
@@ -8658,7 +8658,7 @@ int dectoint(decimal *np, int *ip);
86588658
<term><function>dectolong</function></term>
86598659
<listitem>
86608660
<para>
8661-
Convert a variableto type decimal to a long integer.
8661+
Convert a variableof type decimal to a long integer.
86628662
<synopsis>
86638663
int dectolong(decimal *np, long *lngp);
86648664
</synopsis>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp