r trim of characters other than space - Mailing list pgsql-general

From surabhi.ahuja
Subject r trim of characters other than space
Date
Msg-id 967CFC4343BF2A4DAFACD026D33DC85118ECBC@jal.iiitb.ac.in
Whole thread Raw
Responses Re: r trim of characters other than space  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Re: r trim of characters other than space  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi 
hi i have varchar type fiels in a table.
 
i want to make the following check,
 
if it is having carets in the end, then those carets be removed.
 
so if i get a string like abc def^^^^
 
i should be able to get abc def
 
how should i do this.
 
thanks,
regards
Surabhi

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Request to have VACUUM ignore cost based limits
Next
From: "A. Kretschmer"
Date:
Subject: Re: r trim of characters other than space