Thread: HTML encode/decode

HTML encode/decode

From
JORGE MALDONADO
Date:
I am developing a web application and fields that contain text are HTML encoded/decoded so they are properly saved on disk and then restored to be displayed in a web browser. I do this directly from Visual C# but sometimes I need to perform decodification within  a SELECT statement. Is there a PostgreSQL function for such an issue?

Respectfully,
Jorge Maldonado