10000 Clean up description of ecpg's dtcvfmtasc function. · rshsdev/postgres@9b3c19d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b3c19d

Browse files
committed
Clean up description of ecpg's dtcvfmtasc function.
Per KOIZUMI Satoru.
1 parent f3b330e commit 9b3c19d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="ecpg">
44
<title><application>ECPG</application> - Embedded <acronym>SQL</acronym> in C</title>
@@ -3883,11 +3883,12 @@ dtcvfmtasc(char *inbuf, char *fmtstr, timestamp *dtvalue)
38833883
</synopsis>
38843884
The function receives the string to parse (<literal>inbuf</>), the
38853885
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</>).
38873888
</para>
38883889
<para>
3889-
This functions is implemented by means of the <xref
3890-
linkend="PGTYPEStimestampdefmtasc">. See the documentation
3890+
This function is implemented by means of the <xref
3891+
linkend="PGTYPEStimestampdefmtasc"> function. See the documentation
38913892
there for a list of format specifiers that can be used.
38923893
</para>
38933894
<para>

0 commit comments

Comments
 (0)
0