aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-01-06 13:31:41 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2012-01-06 13:31:41 -0500
commitf517ece06379125a554472c94eb55f7fc82ff658 (patch)
tree83ca058efd95f412f3b7946bad835f545ab8d0a3
parent522650a6e4516763bcc902c18ac371f50809abb3 (diff)
downloadpostgresql-f517ece06379125a554472c94eb55f7fc82ff658.tar.gz
postgresql-f517ece06379125a554472c94eb55f7fc82ff658.zip
Fix typo, pg_types_date.h => pgtypes_date.h.
Spotted by Koizumi Satoru.
-rw-r--r--doc/src/sgml/ecpg.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index 97fbf99c45d..fca5979261b 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -1038,7 +1038,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">.