1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.89 2009/05/18 11:08:24 petere Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.90 2009/07/11 21:15:32 petere Exp $ -->
2
2
3
3
<chapter id="ecpg">
4
4
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
@@ -3062,7 +3062,7 @@ void dtcurrent(timestamp *ts);
3062
3062
<term><function>dtcvasc</></term>
3063
3063
<listitem>
3064
3064
<para>
3065
- Parses a timestamp from its textual representation in ANSI standard
3065
+ Parses a timestamp from its textual representation
3066
3066
into a timestamp variable.
3067
3067
<synopsis>
3068
3068
int dtcvasc(char *str, timestamp *ts);
@@ -3087,7 +3087,7 @@ int dtcvasc(char *str, timestamp *ts);
3087
3087
<term><function>dtcvfmtasc</></term>
3088
3088
<listitem>
3089
3089
<para>
3090
- Parses a timestamp from its textual representation in ANSI standard
3090
+ Parses a timestamp from its textual representation
3091
3091
using a format mask into a timestamp variable.
3092
3092
<synopsis>
3093
3093
dtcvfmtasc(char *inbuf, char *fmtstr, timestamp *dtvalue)
@@ -3140,7 +3140,7 @@ int dttoasc(timestamp *ts, char *output);
3140
3140
The function receives a pointer to the timestamp variable to convert
3141
3141
(<literal>ts</>) and the string that should hold the result of the
3142
3142
operation <literal>output</>). It converts <literal>ts</> to its
3143
- textual representation in the ANSI SQL standard which is defined to
3143
+ textual representation according to the SQL standard, which is
3144
3144
be <literal>YYYY-MM-DD HH:MM:SS</literal>.
3145
3145
</para>
3146
3146
<para>
@@ -3187,7 +3187,7 @@ int intoasc(interval *i, char *str);
3187
3187
The function receives a pointer to the interval variable to convert
3188
3188
(<literal>i</>) and the string that should hold the result of the
3189
3189
operation <literal>str</>). It converts <literal>i</> to its
3190
- textual representation in the ANSI SQL standard which is defined to
3190
+ textual representation according to the SQL standard, which is
3191
3191
be <literal>YYYY-MM-DD HH:MM:SS</literal>.
3192
3192
</para>
3193
3193
<para>
0 commit comments