regexp_replace()是带正则的。
select regexp_replace(recommendation, '<.*?>', E'', 'ig'), recommendation from detail where id = 2;