Spotted by Koizumi Satoru.
In addition, the DATE type can be handled in the same way. The
- program has to include pg_types_date.h, declare a host variable
+ program has to include pgtypes_date.h, declare a host variable
as the date type and convert a DATE value into a text form using
PGTYPESdate_to_asc() function. For more details about the
pgtypes library functions, see .