ReeemProject / reeem_db

Code of the reeem_db
GNU Affero General Public License v3.0
6 stars 4 forks source link

Remove all white spaces from database #30

Closed Ludee closed 5 years ago

Ludee commented 6 years ago

Leading white spaces and double white spaces

Ludee commented 6 years ago

Too easy: https://stackoverflow.com/questions/22699535/trim-trailing-spaces-with-postgresql

regexp_replace(indicator, '^\s+', '') AS trim