Re: [SQL] Reverse Index ... how to ...

2006-04-05 Thread Marc G. Fournier
On Wed, 5 Apr 2006, Tom Lane wrote: "Marc G. Fournier" <[EMAIL PROTECTED]> writes: I'm still searching through Google and whatnot, but not finding anything off the bat ... is there some way of creating a 'REVERSE INDEX' on a column in a table? For instance, when I do a 'CLUSTER' to sort a ta

Re: [SQL] Reverse Index ... how to ...

2006-04-05 Thread Tom Lane
"Marc G. Fournier" <[EMAIL PROTECTED]> writes: > I'm still searching through Google and whatnot, but not finding anything > off the bat ... is there some way of creating a 'REVERSE INDEX' on a > column in a table? > For instance, when I do a 'CLUSTER' to sort a table based on an INDEX, I'd > li

Re: [SQL] Reverse Index ... how to ...

2006-04-05 Thread Oleg Bartunov
On Wed, 5 Apr 2006, Marc G. Fournier wrote: I'm still searching through Google and whatnot, but not finding anything off the bat ... is there some way of creating a 'REVERSE INDEX' on a column in a table? For instance, when I do a 'CLUSTER' to sort a table based on an INDEX, I'd like to so