Re: Embedding code in Postgres source code

Поиск
Список
Период
Сортировка
От Harpreet Dhaliwal
Тема Re: Embedding code in Postgres source code
Дата
Msg-id d86a77ef0710070937q2a044d38ya57320b9a861677e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Embedding code in Postgres source code  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Ответы Re: Embedding code in Postgres source code
Список pgsql-general
My stored procedure is in Perl. Does that really make any difference ?

On 10/7/07, Pavel Stehule <pavel.stehule@gmail.com > wrote:
Hello

If your stored procedure is writen in C language, then storing it
inside PostgreSQL hasn't any benefit. There is only one difference ..
loading library needs some time, but you can load any library with
statement LOAD.

Regards
Pavel Stehule





2007/10/7, Harpreet Dhaliwal <harpreet.dhaliwal01@gmail.com>:
> Hi,
>
> I have a stored procedure that gets called every now and then in my system.
> This stored procedure is an implementation of client socket code basically.
>
> If somehow this stored procedure becomes a part of Postgres source code,
> would it really make any difference as far as performance and resource
> utilization of my system is concerned ?
>
> Thanks,
> Hapreet
>

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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Embedding code in Postgres source code
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Install fails on Debian sid