Commit e9b33ed6 authored by Neil Conway's avatar Neil Conway

Fix typo in ECPG docs, per Andreas Seltenreich.

parent 4de23092
<!-- <!--
$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"> <chapter id="ecpg">
...@@ -446,7 +446,7 @@ char foo[16], bar[16]; ...@@ -446,7 +446,7 @@ char foo[16], bar[16];
</para> </para>
<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 variables, so there's no need to declare them again. Variables
that are not intended to be used in SQL commands can be declared that are not intended to be used in SQL commands can be declared
normally outside these special sections. normally outside these special sections.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment