On Thu, Apr 12, 2012 at 10:50 PM, Gauthier, Dave <[email protected]> wrote: > ... from 'a.,b.,c*,d*,ee'
You can not do like this. > Don't even know if this sort of thing is possible. I didn't see any > operator like this in the docs. May have to split out each and compare in > nested loops sith atomic regexp compare "~". Probably you will find the ltree extension useful http://www.postgresql.org/docs/9.1/interactive/ltree.html, though it does not provide fully functional regexps. -- Sergey Konoplev Blog: http://gray-hemp.blogspot.com LinkedIn: http://ru.linkedin.com/in/grayhemp JID/GTalk: [email protected] Skype: gray-hemp -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
