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

index c4e0540abaecb3024ef03bba371cafde3cbd0acb..b240ce3ffb0b73dce8e842da35029b00071af777 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -11,10 +11,11 @@ $PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.58 2003/12/16 01:06:39 momjian Exp
 
  
   This chapter describes the embedded SQL package
-  for PostgreSQL. It works with
-  C and C++. It was written by
+  for PostgreSQL. It was written by
   Linus Tolke ([email protected]) and Michael Meskes
+  ([email protected]). Originally it was written to work with
+  C. It also works with C++, but
+  it does not recognize all C++ constructs yet.