Re: ECPG bug or development choice

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Thierry Missimilly <THIERRY(dot)MISSIMILLY(at)BULL(dot)NET>
Cc: postgres general <pgsql-general(at)postgresql(dot)org>
Subject: Re: ECPG bug or development choice
Date: 2003-09-09 13:17:08
Message-ID: 20030909131708.GA1637@feivel.fam-meskes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Sep 09, 2003 at 02:48:19PM +0200, Thierry Missimilly wrote:
> I'm not sure it's a bug or it's normal, so i don't send it to pgsq-bugs.
> ...
> So, i use #ifdef ORACLE #else #endif preprocessing instructions to
> differentiate PG from Oracle Pro*c syntaxes.

As a matter of fact we use EXEC SQL IFDEF, ... and do not parse any
C/CPP code. running cpp before parsing leads to undesirable side
effects.

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes(at)jabber(dot)org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-09-09 13:35:51 Re: mysql create table -> psql
Previous Message Thierry Missimilly 2003-09-09 12:48:19 ECPG bug or development choice