11<!--
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 $
33-->
44
55<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
1111
1212 <para>
1313 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
1615 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.
1819 </para>
1920
2021 <para>