Re: ECPG in stored procedures?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: ECPG in stored procedures?
Дата
Msg-id 200509051220.48213.peter_e@gmx.net
обсуждение исходный текст
Ответ на ECPG in stored procedures?  (Alban Hertroys <alban@magproductions.nl>)
Ответы Re: ECPG in stored procedures?  (Alban Hertroys <alban@magproductions.nl>)
Список 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 по дате отправления:

Предыдущее
От: shingav
Дата:
Сообщение: Re: Shared disk storage
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: ECPG in stored procedures?