Re: Embedding code in Postgres source code

From: "Harpreet Dhaliwal" <harpreet(dot)dhaliwal01(at)gmail(dot)com>
To: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
Cc: "Postgres General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Embedding code in Postgres source code
Date: 2007-10-07 16:37:26
Message-ID: d86a77ef0710070937q2a044d38ya57320b9a861677e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

My stored procedure is in Perl. Does that really make any difference ?

On 10/7/07, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)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(dot)dhaliwal01(at)gmail(dot)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
> >
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Anton Andreev 2007-10-07 16:44:36 Sql problem
Previous Message Pavel Stehule 2007-10-07 10:56:01 Re: Embedding code in Postgres source code