Fix typo, pg_types_date.h => pgtypes_date.h.
Spotted by Koizumi Satoru.
This commit is contained in:
parent
f3316a05b5
commit
7a72efda72
@ -1043,7 +1043,7 @@ ts = 2010-06-27 18:03:56.949343
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
In addition, the DATE type can be handled in the same way. The
|
In addition, the DATE type can be handled in the same way. The
|
||||||
program has to include <filename>pg_types_date.h</filename>, declare a host variable
|
program has to include <filename>pgtypes_date.h</filename>, declare a host variable
|
||||||
as the date type and convert a DATE value into a text form using
|
as the date type and convert a DATE value into a text form using
|
||||||
<function>PGTYPESdate_to_asc()</function> function. For more details about the
|
<function>PGTYPESdate_to_asc()</function> function. For more details about the
|
||||||
pgtypes library functions, see <xref linkend="ecpg-pgtypes">.
|
pgtypes library functions, see <xref linkend="ecpg-pgtypes">.
|
||||||
|
Loading…
Reference in New Issue
Block a user