Re: A better AND query? - Mailing list pgsql-general

From Just Someone
Subject Re: A better AND query?
Date
Msg-id 36932f270605091309g7f12e695rfe88a5eb3c014fee@mail.gmail.com
Whole thread Raw
In response to Re: A better AND query?  (Wayne Conrad <wconrad@yagni.com>)
List pgsql-general
The schema can change, but I rather not.

The use case is a web app where you can tag items with tags
(many-2-many). There are multiple items you can tag: contacts,
schedules, lists, etc... And then you can search and categorize by
tags. The standard for this if you look aroung the web is to retrieve
the tagged records with any of the tags you select. Effectively an OR
query.

What I'm trying to do is search for items matching multiple tags at
the same time - and AND query. So that I can bring up all contacts
that are tagged with friends and movie-lovers.

Hope that clears it up a bit...

Guy.

On 5/9/06, Wayne Conrad <wconrad@yagni.com> wrote:
> >  tagged_type int -- points to the table this tag is tagging
>
> My head exploded right about here.  Is the schema written in stone, or
> can it change?
>
> What is the use case for this schema?  What's it for?  What is a "tag"
> about?
>
> Best Regards,
>         Wayne Conrad
>


--
Family management on rails: http://www.famundo.com - coming soon!
My development related blog: http://devblog.famundo.com

pgsql-general by date:

Previous
From: "Karl O. Pinc"
Date:
Subject: pg_dump design problem (bug??)
Next
From: jef peeraer
Date:
Subject: Re: Encoding Conversion