• Bruce Momjian's avatar
    · ef2ba427
    Bruce Momjian authored
    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
    ef2ba427
print.h 2.73 KB