Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb4982f9

Browse files
committed
Fix typo.
1 parentf9d2749 commitb4982f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ref/ecpg-ref.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.10 2001/09/03 12:57:50 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.11 2001/09/14 10:24:35 ishii Exp $
33
Postgres documentation
44
-->
55

@@ -224,7 +224,7 @@ EXEC SQL END DECLARE SECTION;
224224
on a separate line. As of version 2.1.0 multiple variables may
225225
be declared on a single line:
226226
<programlisting>
227-
char foo(16), bar(16);
227+
char foo[16], bar[16];
228228
</programlisting>
229229
</para>
230230
</note>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp