|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.105 2010/09/02 14:46:44 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.106 2010/09/02 14:57:04 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="ecpg">
|
4 | 4 | <title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
|
@@ -3883,11 +3883,12 @@ dtcvfmtasc(char *inbuf, char *fmtstr, timestamp *dtvalue)
|
3883 | 3883 | </synopsis>
|
3884 | 3884 | The function receives the string to parse (<literal>inbuf</>), the
|
3885 | 3885 | format mask to use (<literal>fmtstr</>) and a pointer to the timestamp
|
3886 |
| - variable that should hold the result of the operation (<literal>ts</>). |
| 3886 | + variable that should hold the result of the operation |
| 3887 | + (<literal>dtvalue</>). |
3887 | 3888 | </para>
|
3888 | 3889 | <para>
|
3889 |
| - Thisfunctions is implemented by means of the <xref |
3890 |
| - linkend="PGTYPEStimestampdefmtasc">. See the documentation |
| 3890 | + Thisfunction is implemented by means of the <xref |
| 3891 | + linkend="PGTYPEStimestampdefmtasc"> function. See the documentation |
3891 | 3892 | there for a list of format specifiers that can be used.
|
3892 | 3893 | </para>
|
3893 | 3894 | <para>
|
|