Re: Ranking?

From: David Fetter <david(at)fetter(dot)org>
To: Ruben Gouveia <rgouveia(at)2wire(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Ranking?
Date: 2008-08-23 01:13:58
Message-ID: 20080823011358.GE11254@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Aug 22, 2008 at 02:30:46PM -0700, Ruben Gouveia wrote:
> Since there is no current solution to ranking values in pl/pgsql as
> the rank() over (partition by... that there is in oracle i am hoping
> someone can help me out here.

It seems likely that the windowing functions patch will get into 8.4,
so don't put too, too much effort into this. :)

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

  • Ranking? at 2008-08-22 21:30:46 from Ruben Gouveia

Browse pgsql-general by date

  From Date Subject
Next Message searchelite 2008-08-23 07:36:37 Re: mirroring table
Previous Message Scott Marlowe 2008-08-23 00:34:53 Re: Re: can't get UPDATE ... RETURNING ... INTO ... to compile successfully