Re: [GENERAL] sort array optimisation in pl/perl

2005-03-25 Thread Ragnar Hafstað
On Fri, 2005-03-25 at 15:29 +0100, GIROIRE Nicolas (COFRAMI) wrote: [re-arranged] > [mailto:[EMAIL PROTECTED] 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 > > >

Re: [GENERAL] sort array optimisation in pl/perl

2005-03-25 Thread GIROIRE Nicolas (COFRAMI)
Title: RE: [GENERAL] sort array optimisation in pl/perl Hi, 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.     COFRAMI     Nicolas Giroire     on behalf of AIRBUS France     for In Flight

Re: [GENERAL] sort array optimisation in pl/perl

2005-03-24 Thread 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). can you give us more details on this particular sort order? > My solutio