projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeddc2a
)
Fixed docs to clearly note that ecpg is originally a C precompiler and C++ stuff...
author
Michael Meskes
Fri, 26 Dec 2003 20:00:00 +0000
(20:00 +0000)
committer
Michael Meskes
Fri, 26 Dec 2003 20:00:00 +0000
(20:00 +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 c4e0540abaecb3024ef03bba371cafde3cbd0acb..b240ce3ffb0b73dce8e842da35029b00071af777 100644
(file)
--- a/
doc/src/sgml/ecpg.sgml
+++ b/
doc/src/sgml/ecpg.sgml
@@
-1,5
+1,5
@@
@@
-11,10
+11,11
@@
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.58 2003/12/16 01:06:39 momjian Exp
This chapter describes the embedded
SQL
package
- for
PostgreSQL
. It works with
-
C
and
C++
. It was written by
+ for
PostgreSQL
. It was written by
Linus Tolke (
[email protected]
) and Michael Meskes
- (
[email protected]
).
+ (
[email protected]
). Originally it was written to work with
+
C
. It also works with
C++
, but
+ it does not recognize all
C++
constructs yet.