Skip to content

Commit 99827af

Browse files
author
Michael Meskes
committed
Fixed docs to clearly note that ecpg is originally a C precompiler and C++ stuff is not 100%.
1 parent aeddc2a commit 99827af

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/src/sgml/ecpg.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

0 commit comments

Comments
 (0)