diff options
author | Neil Conway | 2005-05-20 12:37:51 +0000 |
---|---|---|
committer | Neil Conway | 2005-05-20 12:37:51 +0000 |
commit | 621d5e1d72fb4a1d6af25a7c77d840550a01d882 (patch) | |
tree | 63cc8ce502f3b0a1a337632a0c7ba9d7348654e4 /doc/src | |
parent | 626be474d3a0328f06dbc2ff0838c10aaa1ae2bf (diff) |
Fix typo in ECPG docs, per Andreas Seltenreich.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ecpg.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.62.4.1 2005/01/22 23:05:47 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.62.4.2 2005/05/20 12:37:51 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. |