Fix typo, pg_types_date.h => pgtypes_date.h.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Jan 2012 18:31:37 +0000 (13:31 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 6 Jan 2012 18:31:37 +0000 (13:31 -0500)
Spotted by Koizumi Satoru.

doc/src/sgml/ecpg.sgml

index 68833ca20bf9b8d8c5ef06fff464e81cf1cedceb..dedd886f65e80eb355c6ba06cfdb9637c66431dc 100644 (file)
@@ -1043,7 +1043,7 @@ ts = 2010-06-27 18:03:56.949343
 
      <para>
       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
       <function>PGTYPESdate_to_asc()</function> function. For more details about the
       pgtypes library functions, see <xref linkend="ecpg-pgtypes">.