diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-02 14:57:09 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-02 14:57:09 +0000 |
| commit | a2145a5b4331be788d5391eb4636751e0033d68f (patch) | |
| tree | a73d3e0d9c2bd47b19921307306fce013862892d /doc/src | |
| parent | ec3747f77e2be3bffcc0ad8ffa65af7c5ec31e90 (diff) | |
Clean up description of ecpg's dtcvfmtasc function.
Per KOIZUMI Satoru.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ecpg.sgml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 121ed7e72fa..9480059fb0a 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.100.2.5 2010/09/02 14:46:51 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.100.2.6 2010/09/02 14:57:09 tgl Exp $ --> <chapter id="ecpg"> <title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title> @@ -3883,11 +3883,12 @@ dtcvfmtasc(char *inbuf, char *fmtstr, timestamp *dtvalue) </synopsis> The function receives the string to parse (<literal>inbuf</>), the 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> - This functions is implemented by means of the <xref - linkend="PGTYPEStimestampdefmtasc">. See the documentation + This function is implemented by means of the <xref + linkend="PGTYPEStimestampdefmtasc"> function. See the documentation there for a list of format specifiers that can be used. </para> <para> |
