Re: [GENERAL] Shared Objects (Dynamic loading)

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: [GENERAL] Shared Objects (Dynamic loading)
Дата
Msg-id 20060829021915.GA7368@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: [GENERAL] Shared Objects (Dynamic loading)  ("Jasbinder Bali" <jsbali@gmail.com>)
Ответы Re: [GENERAL] Shared Objects (Dynamic loading)  ("Jasbinder Bali" <jsbali@gmail.com>)
Список pgsql-novice
On Mon, Aug 28, 2006 at 03:26:55PM -0400, Jasbinder Bali wrote:
> Do I include this Version 1 syntax in the .pgc file or C file that i get
> after doing ECPG to the .pgc file?

You shouldn't modify the .c file that ecpg generates; the .pgc file
is the source code.  However, as Martijn and I have pointed out,
you should probably be using SPI instead of ECPG.  And as Tom and
I have mentioned, you probably shouldn't be using C at all because
everything you've said you're doing would be easier in other languages
like PL/pgSQL and PL/Perl.

--
Michael Fuhr

В списке pgsql-novice по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Difference between char and varchar
Следующее
От: "Jasbinder Bali"
Дата:
Сообщение: Re: [GENERAL] Shared Objects (Dynamic loading)