Re: [ADMIN] Bit string manipulation in Postgresql

2002-10-30 Thread Josh Goldberg
urns null - Original Message - From: "Ericson Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 5:01 PM Subject: [ADMIN] Bit string manipulation in Postgresql > Hi all, > > I'm trying to cod

[ADMIN] Bit string manipulation in Postgresql

2002-10-30 Thread Ericson Smith
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: "0010" would return TRUE if OR'd with "10111011", since the 3'rd position matches in bot