From 99827af7e006b6d7956220f2df40bf63daf21f3d Mon Sep 17 00:00:00 2001 From: Michael Meskes <meskes@postgresql.org> Date: Fri, 26 Dec 2003 20:00:00 +0000 Subject: [PATCH] Fixed docs to clearly note that ecpg is originally a C precompiler and C++ stuff is not 100%. --- doc/src/sgml/ecpg.sgml | 9 +++++---- 1 file 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> -- GitLab