Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f517ece

Browse files
committed
Fix typo, pg_types_date.h => pgtypes_date.h.
Spotted by Koizumi Satoru.
1 parent 522650a commit f517ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ ts = 2010-06-27 18:03:56.949343
10381038

10391039
<para>
10401040
In addition, the DATE type can be handled in the same way. The
1041-
program has to include <filename>pg_types_date.h</filename>, declare a host variable
1041+
program has to include <filename>pgtypes_date.h</filename>, declare a host variable
10421042
as the date type and convert a DATE value into a text form using
10431043
<function>PGTYPESdate_to_asc()</function> function. For more details about the
10441044
pgtypes library functions, see <xref linkend="ecpg-pgtypes">.

0 commit comments

Comments
 (0)