Re: ECPG ---> preproc.y

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-interfaces(at)lists(dot)postgresql(dot)org
Cc: "Dimitrova, Ekaterina Buryanova" <ekaterina(at)cs(dot)pitt(dot)edu>
Subject: Re: ECPG ---> preproc.y
Date: 2018-12-05 10:52:08
Message-ID: 3f49916114f89575b6d77d4e9f27c1d30317bea1.camel@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> Can you share any information/links/articles, please? Also,
> relationships between the parser y file and the preproc.y?

preproc.y is auto-generated from gram.y by running parse.pl which you
can find in src/interfaces/ecpg/preproc. Some of the rules have to
changed by the script and some additional ones are added. You'll find
the information in the script and several files named ecpg.* in the
same directory.

Hope this helps.

Michael
--
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Meskes at (Debian|Postgresql) dot Org
Jabber: michael at xmpp dot meskes dot org
VfL Borussia! Força Barça! SF 49ers! Use Debian GNU/Linux, PostgreSQL

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Catonano 2019-01-19 13:56:09 the wire protocol
Previous Message Dimitrova, Ekaterina Buryanova 2018-12-04 23:45:22 ECPG ---> preproc.y