I see that it's possible to select using regexps.
Is it possible to use portions of the selection in the result?
example...
select * from table where column ~ '.*\(blah.*\)'
will return any row with characters-blah-characters
Is there any way I can get just the blah.* portion of the string in my
result?
thx
andy