Re: ..horribly documented, inefficient, user-hostile, impossible to maintain interpreted language..

From: Leif Biberg Kristensen <leif(at)solumslekt(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: ..horribly documented, inefficient, user-hostile, impossible to maintain interpreted language..
Date: 2011-04-04 22:19:54
Message-ID: 201104050019.54736.leif@solumslekt.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday 04 April 2011 21:20:51 John R Pierce wrote:
> On 04/04/11 12:07 PM, Martin Gainty wrote:
> > ..horribly documented, inefficient, user-hostile, impossible to
> > maintain interpreted language..
> > to whom might you be alluding to
>
> I only used a few of those adjectives, and prefixed them by
> hypothetical. to be honest, I would expect most languages commonly
> used in web service environments to be more efficient at string
> processing than pl/pgsql, and I really can't think of a counterexample
> off the top of my head.

I had to move a piece of regexp/replace logic from PHP into pl/pgsql because
PHP couldn't handle more than abt. 50 replacements in one text unit, instead
it just dumped the text in the bit bucket. It was probably a memory allocation
problem. On the other hand pl/pgsql has had no problem with the logic.

Documentation here:

<http://solumslekt.org/blog/?p=23>

regards, Leif

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2011-04-04 23:59:41 Re: Foreign key and locking problem
Previous Message Andre Lopes 2011-04-04 22:14:28 Some PostgreSQL enthusiast working in holland?