ECPG docs

From: Chris Browne <cbbrowne(at)acm(dot)org>
To: pgsql-patches(at)postgresql(dot)org
Subject: ECPG docs
Date: 2006-12-04 15:33:47
Message-ID: 60vekr8ylg.fsf@dba2.int.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I noticed the following error in the chapter on ECPG...

cbbrowne(at)dba2:pgsql-HEAD/doc/src/sgml> cvs diff -u ecpg.sgml
Index: ecpg.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v
retrieving revision 1.77
diff -c -u -r1.77 ecpg.sgml
cvs diff: conflicting specifications of output style
--- ecpg.sgml 23 Oct 2006 18:10:31 -0000 1.77
+++ ecpg.sgml 4 Dec 2006 15:32:16 -0000
@@ -4665,7 +4665,7 @@
</para>

<para>
- The preprocessed file can be compiled normally, for example:
+ The processed file can be compiled normally, for example:
<programlisting>
cc -c prog1.c
</programlisting>
--
let name="cbbrowne" and tld="cbbrowne.com" in String.concat "@" [name;tld];;
http://linuxdatabases.info/info/linuxxian.html
Developmental Psychology
"Schoolyard behavior resembles adult primate behavior because "Ontogeny
Recapitulates Phylogeny" doesn't stop at birth."
-- Mark Miller

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Heikki Linnakangas 2006-12-04 16:22:52 Re: On-disk bitmap index implementation
Previous Message Tom Lane 2006-12-04 14:53:44 Re: 8.2rc1 (much) slower than 8.2dev?