diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-08-14 10:40:50 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-08-14 10:41:13 +0300 |
commit | 280daac70790cd5fc0129ac620935e4fc4ca7a90 (patch) | |
tree | 9e463a3ef9d7d6f20ba6663768a6936a7ec8fca2 | |
parent | 6a3f153d08259a2ea1d509668dea665528246ef0 (diff) | |
download | postgresql-280daac70790cd5fc0129ac620935e4fc4ca7a90.tar.gz postgresql-280daac70790cd5fc0129ac620935e4fc4ca7a90.zip |
Fix typo
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index def250c156c..97fbf99c45d 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -9424,7 +9424,7 @@ risnull(CINTTYPE, (char *) &i); <listitem> <para> Functions return this value if a parsing routine is passed extra - characters is cannot parse. Internally it is defined as -1264 (the + characters it cannot parse. Internally it is defined as -1264 (the <productname>Informix</productname> definition). </para> </listitem> |