aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-01-06 13:31:37 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2012-01-06 13:31:37 -0500
commit7a72efda72a85eef1513f2a02449e24dc4bdfc74 (patch)
treea2488f714ecbb1048658619f8e06433671389618 /doc/src
parentf3316a05b5ddee619ba0617716a4fef3ceb29ded (diff)
downloadpostgresql-7a72efda72a85eef1513f2a02449e24dc4bdfc74.tar.gz
postgresql-7a72efda72a85eef1513f2a02449e24dc4bdfc74.zip
Fix typo, pg_types_date.h => pgtypes_date.h.
Spotted by Koizumi Satoru.
Diffstat (limited to 'doc/src')
-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 68833ca20bf..dedd886f65e 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -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">.