Re: ECPG in stored procedures?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Alban Hertroys <alban(at)magproductions(dot)nl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: ECPG in stored procedures?
Date: 2005-09-05 10:20:47
Message-ID: 200509051220.48213.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2005-09-05 11:37:40 Re: ECPG in stored procedures?
Previous Message shingav 2005-09-05 09:59:57 Re: Shared disk storage