ECPG feature

From: "Pavel PaJaSoft Janousek" <janousek(at)fonet(dot)cz>
To: "PgSQL Interfaces" <pgsql-interfaces(at)postgresql(dot)org>
Subject: ECPG feature
Date: 1999-05-21 19:53:08
Message-ID: 003f01bea3c3$8e4e5100$0200a8c0@server.fonet2.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi,

ECPG is very powerfull, I have one idea..

If I have contruction ala:

if (cond)
exec sql ....
else
exec sql...

Yes, this MUST be for right run as there:

if (cond)
{
exec sql...
}
else
{
exec sql ...
}

So, why this brackets ('{' and '}') doesn't include ECPG? It may include
this brackets before and after every 'EXEC SQL' command...

I know, that this is some modifications in output of parser... may
anybody do this modifications?

-------------------------------------------------------------------------
Pavel Janousek (PaJaSoft) FoNet, spol. s r. o.
Vyvoj software, sprava siti, Unix, Web, Y2K Anenska 11, 602 00 Brno
E-mail: mailto:Janousek(at)FoNet(dot)Cz Tel.: +420 5 4324 4749
SMS: mailto:P(dot)Janousek(at)SMS(dot)Paegas(dot)Cz Fax.: +420 5 4324 4751
WWW: http://WWW.FoNet.Cz/ E-mail: mailto:Info(at)FoNet(dot)Cz
--------------------------------------------------------------------------

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Dustin Engelhaupt 1999-05-21 19:55:49 Using the Perl5 interface on another server
Previous Message Eric Enockson 1999-05-21 15:07:56 Re: [INTERFACES] ack... problems with Pg, please advise.