HTML encode/decode

From: JORGE MALDONADO <jorgemal1960(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: HTML encode/decode
Date: 2012-02-12 00:13:51
Message-ID: CAAY=A7_-80083KjWdCr=oLfUpVCssiHgmmZZxKnxHeSk5JptLg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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

Browse pgsql-novice by date

  From Date Subject
Next Message Chetan Suttraway 2012-02-13 13:08:29 Re: Duplicate information in parent and child tables
Previous Message Bartosz Dmytrak 2012-02-11 08:08:04 Re: insert fail gracefully if primary key already exists