Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9b3c19d

Browse files
committed
Clean up description of ecpg's dtcvfmtasc function.
Per KOIZUMI Satoru.
1 parentf3b330e commit9b3c19d

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-
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
38913892
there for a list of format specifiers that can be used.
38923893
</para>
38933894
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp