Commit 9b3c19d8 authored by Tom Lane's avatar Tom Lane

Clean up description of ecpg's dtcvfmtasc function.

Per KOIZUMI Satoru.
parent f3b330ec
<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.105 2010/09/02 14:46:44 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.106 2010/09/02 14:57:04 tgl Exp $ -->
<chapter id="ecpg"> <chapter id="ecpg">
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title> <title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
...@@ -3883,11 +3883,12 @@ dtcvfmtasc(char *inbuf, char *fmtstr, timestamp *dtvalue) ...@@ -3883,11 +3883,12 @@ dtcvfmtasc(char *inbuf, char *fmtstr, timestamp *dtvalue)
</synopsis> </synopsis>
The function receives the string to parse (<literal>inbuf</>), the The function receives the string to parse (<literal>inbuf</>), the
format mask to use (<literal>fmtstr</>) and a pointer to the timestamp format mask to use (<literal>fmtstr</>) and a pointer to the timestamp
variable that should hold the result of the operation (<literal>ts</>). variable that should hold the result of the operation
(<literal>dtvalue</>).
</para> </para>
<para> <para>
This functions is implemented by means of the <xref This function is implemented by means of the <xref
linkend="PGTYPEStimestampdefmtasc">. See the documentation linkend="PGTYPEStimestampdefmtasc"> function. See the documentation
there for a list of format specifiers that can be used. there for a list of format specifiers that can be used.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment