From a2145a5b4331be788d5391eb4636751e0033d68f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 2 Sep 2010 14:57:09 +0000 Subject: [PATCH] Clean up description of ecpg's dtcvfmtasc function. Per KOIZUMI Satoru. --- doc/src/sgml/ecpg.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 121ed7e72f..9480059fb0 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,4 +1,4 @@ - + <application>ECPG</application> - Embedded <acronym>SQL</acronym> in C @@ -3883,11 +3883,12 @@ dtcvfmtasc(char *inbuf, char *fmtstr, timestamp *dtvalue) The function receives the string to parse (inbuf), the format mask to use (fmtstr) and a pointer to the timestamp - variable that should hold the result of the operation (ts). + variable that should hold the result of the operation + (dtvalue). - This functions is implemented by means of the . See the documentation + This function is implemented by means of the function. See the documentation there for a list of format specifiers that can be used. -- 2.40.0