Re: Best Procedural Language?

From: "Carlo Stonebanks" <stonec(dot)register(at)sympatico(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Best Procedural Language?
Date: 2006-08-02 03:55:56
Message-ID: eap7oe$12ph$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Well, the surprise for me is: this is exactly what I thought! I actually do
have a lot of string manipulation to do, but I am the only one on the team
with Tcl experience. For the sake of other developers I thought that the
plPHP project would be interesting, but I don't get the impression that it
is as well-developed as plTcl. Does anyone know anything about it?

Also, does anyone know why the plTcl was taken outof the core distribution?

Carlo

""Ian Harding"" <harding(dot)ian(at)gmail(dot)com> wrote in message
news:725602300608012014v6337f4d0r90c4c8dc3c25884a(at)mail(dot)gmail(dot)com(dot)(dot)(dot)
> On 8/1/06, Christopher Browne <cbbrowne(at)acm(dot)org> wrote:
>> Martha Stewart called it a Good Thing when "Carlo Stonebanks"
>> <cstonebanks(at)nissenfasteners(dot)com> wrote:
>> > I am interested in finding out a "non-religious" answer to which
>> > procedural language has the richest and most robust implementation
>> > for Postgres. C is at the bottom of my list because of how much
>> > damage runaway code can cause. I also would like a solution which is
>> > platorm-independent; we develop on Windows but may deploy on Linux.
>>
>
>
>>
>> - Doing funky string munging using the SQL functions available in
>> pl/pgsql is likely to be painful;
>>
>> - Doing a lot of DB manipulation in pl/Perl or pl/Tcl or such
>> requires having an extra level of function manipulations that
>> won't be as natural as straight pl/pgsql.
>
> Another important distinguishing characteristic is whether it supports
> set returning functions. I think only plpgsql does right now.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2006-08-02 04:01:55 Re: Best Procedural Language?
Previous Message Merlin Moncure 2006-08-02 03:52:18 Re: Best Procedural Language?