1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.58 2003/12/16 01:06:39 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.59 2003/12/26 20:00:00 meskes Exp $
3
3
-->
4
4
5
5
<chapter id="ecpg">
@@ -11,10 +11,11 @@ $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.58 2003/12/16 01:06:39 momjian Exp
11
11
12
12
<para>
13
13
This chapter describes the embedded <acronym>SQL</acronym> package
14
- for <productname>PostgreSQL</productname>. It works with
15
- <acronym>C</acronym> and <acronym>C++</acronym>. It was written by
14
+ for <productname>PostgreSQL</productname>. It was written by
16
15
Linus Tolke (<email>linus@epact.se</email>) and Michael Meskes
17
- (<email>meskes@postgresql.org</email>).
16
+ (<email>meskes@postgresql.org</email>). Originally it was written to work with
17
+ <acronym>C</acronym>. It also works with <acronym>C++</acronym>, but
18
+ it does not recognize all <acronym>C++</acronym> constructs yet.
18
19
</para>
19
20
20
21
<para>