OSDN Git Service

Fixed docs to clearly note that ecpg is originally a C precompiler and C++ stuff...
authorMichael Meskes <meskes@postgresql.org>
Fri, 26 Dec 2003 20:00:00 +0000 (20:00 +0000)
committerMichael Meskes <meskes@postgresql.org>
Fri, 26 Dec 2003 20:00:00 +0000 (20:00 +0000)
doc/src/sgml/ecpg.sgml

index c4e0540..b240ce3 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.58 2003/12/16 01:06:39 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.59 2003/12/26 20:00:00 meskes Exp $
 -->
 
 <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
 
  <para>
   This chapter describes the embedded <acronym>SQL</acronym> package
-  for <productname>PostgreSQL</productname>. It works with
-  <acronym>C</acronym> and <acronym>C++</acronym>. It was written by
+  for <productname>PostgreSQL</productname>. It was written by
   Linus Tolke (<email>linus@epact.se</email>) and Michael Meskes
-  (<email>meskes@postgresql.org</email>).
+  (<email>meskes@postgresql.org</email>). Originally it was written to work with
+  <acronym>C</acronym>. It also works with <acronym>C++</acronym>, but
+  it does not recognize all <acronym>C++</acronym> constructs yet. 
  </para>
 
  <para>