Re: sort array optimisation in pl/perl

From: Ragnar Hafstað <gnari(at)simnet(dot)is>
To: "GIROIRE Nicolas (COFRAMI)" <nicolas(dot)giroire(at)airbus(dot)com>
Cc: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: sort array optimisation in pl/perl
Date: 2005-03-25 20:07:57
Message-ID: 1111781277.1995.24.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 2005-03-25 at 15:29 +0100, GIROIRE Nicolas (COFRAMI) wrote:
[re-arranged]

> [mailto:pgsql-general-owner(at)postgresql(dot)org]De la part de Ragnar
Hafstað

> > On Thu, 2005-03-24 at 15:49 +0100, GIROIRE Nicolas (COFRAMI) wrote:
>
> > > I create an array which is result of query on postgresql database
> and
> > > then I want to sort rows in a particular way (impossible by query
> on
> > > database).
>
> > [snip suggestions]
> thanks for this help.
>
> The method functions great but the profit of time is good just if I
> have a lot of elements to deplace.

in that case, it most likely need to look at your algorythm. There is
little we can help you with, asy ou have not given us any info on
your sort requirements.

gnari

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Terry Lee Tucker 2005-03-25 21:10:59 pg_index question
Previous Message Michael Fuhr 2005-03-25 19:56:03 Re: syntax issue with custom aggregator