]> granicus.if.org Git - postgresql/commit
Attached is a patch that enhances the output of psql's HTML mode.
authorBruce Momjian <bruce@momjian.us>
Thu, 12 Jun 2003 07:52:51 +0000 (07:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 12 Jun 2003 07:52:51 +0000 (07:52 +0000)
commitef2ba427171d59ad9af78af48c52fa24b2131589
tree7e2b84df9825a7ce2afd1c7a50df000c2443875c
parente9cda08b2b79303e36594e1d4e5e09ea2db84b6a
Attached is a patch that enhances the output of psql's HTML mode.
The output now validates as HTML 4.01 Strict, XHTML 1.0 strict,
and XHTML 1.1 (assuming you wrap it in a valid html/body document).

It also wraps the output of PGRES_COMMAND_OK if the HTML tag is on,
for full compliance: this is why html_escaped_print has to be
externalized.

Greg Sabino Mullane greg@turnstep.com
src/bin/psql/common.c
src/bin/psql/print.c
src/bin/psql/print.h