We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d2749 commit b4982f9Copy full SHA for b4982f9
doc/src/sgml/ref/ecpg-ref.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.10 2001/09/03 12:57:50 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.11 2001/09/14 10:24:35 ishii Exp $
3
Postgres documentation
4
-->
5
@@ -224,7 +224,7 @@ EXEC SQL END DECLARE SECTION;
224
on a separate line. As of version 2.1.0 multiple variables may
225
be declared on a single line:
226
<programlisting>
227
-char foo(16), bar(16);
+char foo[16], bar[16];
228
</programlisting>
229
</para>
230
</note>
0 commit comments