projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4de2309
)
Fix typo in ECPG docs, per Andreas Seltenreich.
author
Neil Conway
Fri, 20 May 2005 12:36:48 +0000
(12:36 +0000)
committer
Neil Conway
Fri, 20 May 2005 12:36:48 +0000
(12:36 +0000)
doc/src/sgml/ecpg.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ecpg.sgml
b/doc/src/sgml/ecpg.sgml
index 965cd75d3a6b29a39990861f4a9dece5def06f20..b5b1b913eb6687f6942fb3c8dea87c9e8cad78b2 100644
(file)
--- a/
doc/src/sgml/ecpg.sgml
+++ b/
doc/src/sgml/ecpg.sgml
@@
-1,5
+1,5
@@
@@
-446,7
+446,7
@@
char foo[16], bar[16];
- 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.