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 12:05:41
Message-ID: 200509051405.42350.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am Montag, 5. September 2005 13:37 schrieb Alban Hertroys:
> If it's not possible to use ECPG for this, too bad. Then we'll have to
> try with libpq (I doubt my boss would give us time to create a free
> implementation of a PL/ECPG or something along the lines). I'd just like
> to know...

If you are using libpq for writing stored procedures, you're doing something
wrong. libpq is for client-side access.

--
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 12:39:44 Re: ECPG in stored procedures?
Previous Message Alban Hertroys 2005-09-05 11:37:40 Re: ECPG in stored procedures?