mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix typo in ECPG docs, per Andreas Seltenreich.
This commit is contained in:
parent
626be474d3
commit
621d5e1d72
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue