aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2003-12-26 20:00:00 +0000
committerMichael Meskes <meskes@postgresql.org>2003-12-26 20:00:00 +0000
commit99827af7e006b6d7956220f2df40bf63daf21f3d (patch)
treea77d815cf2007876e013689d342b1d208970ad04
parentaeddc2a60d7fcfdb06b20162478212fa87732db9 (diff)
downloadpostgresql-99827af7e006b6d7956220f2df40bf63daf21f3d.tar.gz
postgresql-99827af7e006b6d7956220f2df40bf63daf21f3d.zip
Fixed docs to clearly note that ecpg is originally a C precompiler and C++ stuff is not 100%.
-rw-r--r--doc/src/sgml/ecpg.sgml9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml
index c4e0540abae..b240ce3ffb0 100644
--- a/doc/src/sgml/ecpg.sgml
+++ b/doc/src/sgml/ecpg.sgml
@@ -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>