From: Neil Conway Date: Fri, 20 May 2005 12:37:51 +0000 (+0000) Subject: Fix typo in ECPG docs, per Andreas Seltenreich. X-Git-Tag: REL8_0_4~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=621d5e1d72fb4a1d6af25a7c77d840550a01d882;p=thirdparty%2Fpostgresql.git Fix typo in ECPG docs, per Andreas Seltenreich. --- diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index 6735527b2b8..245a2e6a0f1 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -1,5 +1,5 @@ @@ -446,7 +446,7 @@ char foo[16], bar[16]; - 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.