rtrim(str) - Removes the trailing space characters from str 
Example:
  > SELECT rtrim('facebook   ') FROM src LIMIT 1;
  'facebook'
