Re: index in desc order

From: AI Rumman <rummandba(at)gmail(dot)com>
To: Szymon Guz <mabewlun(at)gmail(dot)com>
Cc: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: index in desc order
Date: 2010-11-02 09:57:01
Message-ID: AANLkTimOSoHmBwn0MGjdT8vvt4qpJ2koxGW_X3-O9kev@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

But I am using Postgresql 8.1. Is it possible here?

On Tue, Nov 2, 2010 at 3:42 PM, Szymon Guz <mabewlun(at)gmail(dot)com> wrote:

>
>
> On 2 November 2010 10:36, AI Rumman <rummandba(at)gmail(dot)com> wrote:
>
>> Is it possible to create an index in descending order?
>>
>
> yes...
>
> create index i on t(i desc);
>
>
> regards
> Szymon
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Szymon Guz 2010-11-02 10:02:47 Re: Dealing with locking on batch updates.
Previous Message Craig Ringer 2010-11-02 09:53:18 Re: JDBC Transactions