projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9d2749
)
Fix typo.
author
Tatsuo Ishii
Fri, 14 Sep 2001 10:24:35 +0000
(10:24 +0000)
committer
Tatsuo Ishii
Fri, 14 Sep 2001 10:24:35 +0000
(10:24 +0000)
doc/src/sgml/ref/ecpg-ref.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/ecpg-ref.sgml
b/doc/src/sgml/ref/ecpg-ref.sgml
index 0789c9fa3a7b6b22f49449fdb7a64319c8138feb..eefc0ff5a9e245d1ef268b803c4021f5f7f6ef5f 100644
(file)
--- a/
doc/src/sgml/ref/ecpg-ref.sgml
+++ b/
doc/src/sgml/ref/ecpg-ref.sgml
@@
-1,5
+1,5
@@
@@
-224,7
+224,7
@@
EXEC SQL END DECLARE SECTION;
on a separate line. As of version 2.1.0 multiple variables may
be declared on a single line:
-char foo
(16), bar(16)
;
+char foo
[16], bar[16]
;