Postgresql – Multiple regex replaces for 1 column
I have a case I need to replace multiple substrings within 1 column using PostgreSQL. Example: Region City Moscow obl Istra Rep Bashkortostan Ufa Udmurtskaya Rep Izhevsk I need all substrings 'obl' to be replaced with 'oblast' and 'Rep' replaced…