pgsql-server/src/bin/psql common.c print.c print.h

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/psql common.c print.c print.h
Date: 2003-06-12 07:52:51
Message-ID: 20030612075251.02B1530E5CB@svr1.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/06/12 04:52:51

Modified files:
src/bin/psql : common.c print.c print.h

Log message:
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(at)turnstep(dot)com

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-06-12 08:02:57 pgsql-server/ ontrib/pgstattuple/README.pgstat ...
Previous Message Bruce Momjian 2003-06-12 07:49:44 pgsql-server/ oc/src/sgml/keywords.sgml oc/src ...