I there!! I'm trying to use regular expressions with postgresql. My
objective is to get from a long string the information that I need.
For example
"name='joe' , address='portugal' " and I need to get 'joe' and 'portugal'.
can I do it with select substring()? if I can,how? tks a lot