Re: descending index

From: Bjrn Lundin <bjorn(dot)lundin(at)swipnet(dot)se>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: descending index
Date: 2002-02-27 16:15:41
Message-ID: 20020227171541.7bf5efd3.bjorn.lundin@swipnet.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 27 Feb 2002 16:14:48 +0200
"Pirtea Calin" <pcalin(at)rdsor(dot)ro> wrote:

> I'm creating a small database, for test puproses, in PostgreSQL
> and after some unsuccesfull attempts to find the answer in the
> pdf documentation i've turn to this newsgroup for help.
>
> I have read (partialy) the reference guide from the official site
> and stoped at topic create index. I can't find no mention about
> creating descending indexes. Is there such a thing as descending
> index in PostgreSQL or is it not needed?
> If yes where can i find the propper documentation on how to create one?

Can't you use 'order by' with 'asc or desc' ?
/Björn

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jean-Luc Lachance 2002-02-27 16:20:17 Re: help with getting index scan
Previous Message Jean-Michel POURE 2002-02-27 16:07:23 Re: MySQL