Re: ECPG docs - Mailing list pgsql-patches

From Heikki Linnakangas
Subject Re: ECPG docs
Date
Msg-id 45744DE8.2020309@enterprisedb.com
Whole thread Raw
In response to ECPG docs  (Chris Browne <cbbrowne@acm.org>)
List pgsql-patches
The original looks more correct to me. After the file has been run
through the preprocessor, it becomes "preprocessed".

Chris Browne wrote:
> I noticed the following error in the chapter on ECPG...
>
> cbbrowne@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>


--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-patches by date:

Previous
From: "Heikki Linnakangas"
Date:
Subject: Re: On-disk bitmap index implementation
Next
From: Chris Browne
Date:
Subject: Re: ECPG docs