Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com> writes:
> On Thu, 4 Sep 2003, Bupp Phillips wrote:
>> I can't find a way to create descending Indexes in PG. Is this possible?
> You can do it, but it's a bit difficult.
Do you really *need* a descending index? In most cases a backwards scan
on a regular index gets the job done.
regards, tom lane