summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorNeil Conway2005-05-20 12:36:48 +0000
committerNeil Conway2005-05-20 12:36:48 +0000
commite9b33ed6cdc788ddcc6a7887d203574a5a346172 (patch)
tree50e6e251402145b76110ca1dfc37c8b8e72bc7ba /doc/src
parent4de23092d001f632709448aea28bf0e9cc49fe2b (diff)
Fix typo in ECPG docs, per Andreas Seltenreich.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ecpg.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index 965cd75d3a6..b5b1b913eb6 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.63 2005/01/22 22:56:35 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.64 2005/05/20 12:36:48 neilc Exp $
-->
<chapter id="ecpg">
@@ -446,7 +446,7 @@ char foo[16], bar[16];
</para>
<para>
- The declarations are also echoed to the output file as a normal C
+ The declarations are also echoed to the output file as normal C
variables, so there's no need to declare them again. Variables
that are not intended to be used in SQL commands can be declared
normally outside these special sections.