Re: [HACKERS] multi-relation indices

2005-10-20 Thread Martijn van Oosterhout
On Thu, Oct 20, 2005 at 02:53:39PM +0530, Ajay wrote: > This is first time I am trying to do development on POSTGRES. > I am trying to build multi-relational indices. So that when user enters > keyword he will get in which relation in which tuple this keyword occured. > This is also known as inver

[HACKERS] multi-relation indices

2005-10-20 Thread Ajay
Hi , This is first time I am trying to do development on POSTGRES. I am trying to build multi-relational indices. So that when user enters keyword he will get in which relation in which tuple this keyword occured. This is also known as inverted indices. I am thinking of adding Index at database