On Wed, Oct 26, 2011 at 3:51 PM, Nicholson, Brad (Toronto, ON, CA)
<bnicholson(at)hp(dot)com> wrote:
> How do I quote characters like < and > in psql's HTML mode?
From a brief look at print_html_text() and html_escaped_print() in
psql's print.c, I don't see any way to tell psql not to escape some
block of text in HTML print mode.
Out of curiosity, what do you find psql's HTML mode useful for?
Josh