| From: | Ericson Smith <eric(at)did-it(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Bit srting manipulation question |
| Date: | 2002-10-30 01:11:27 |
| Message-ID: | 1035940288.1087.2.camel@linux |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi all,
I'm trying to code a problem where a set of options can be expressed in
a data column like "10111011", a bit string.
Each position is atomic and represents a certain setting within the set,
thus: "00100000" would return TRUE if OR'd with "10111011", since the
3'rd position matches in both sets.
While I could manually retrieve N records and iterate through them in
whatever programming language (or possibly a postgresql function), is
there a way I could natively do this in a WHERE clause in my query?
Looking through the idocs, I could not immediately find a way around
this issue. Any pointers to documentation (or perhaps another way to
implement this issue) would be very helpful.
Regards
Ericson Smith
eric(at)did-it(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Sullivan | 2002-10-30 01:23:49 | Re: ps_dump -a |
| Previous Message | Greg Patnude | 2002-10-29 23:56:46 | Database replication... - Mission Critical DBMS's -- Taking postgreSQL to the Enterprise Computing level... |