Re: ECPG in stored procedures? - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: ECPG in stored procedures?
Date
Msg-id 200509051220.48213.peter_e@gmx.net
Whole thread Raw
In response to ECPG in stored procedures?  (Alban Hertroys <alban@magproductions.nl>)
Responses Re: ECPG in stored procedures?
List pgsql-general
Am Montag, 5. September 2005 11:42 schrieb Alban Hertroys:
> Reading up on ECPG, I figured it would be nice to be able to use that in
> stored procedures.

The purpose of ECPG is to provide a smooth interface for hooking in SQL calls
into C programs.  If you want to have that kind of smoothness for stored
procedures, then don't write them in C in the first place.  You may find that
PL/pgSQL gives you a very similar interface to ECPG.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-general by date:

Previous
From: shingav
Date:
Subject: Re: Shared disk storage
Next
From: Alban Hertroys
Date:
Subject: Re: ECPG in stored procedures?