libpq and psql.c have been modified to do various things they didn't do

Marc G. Fournier <scrappy@hub.org>

Commit: 72f76d38eb23e1fbca92f0e14b257c33e5ecccbc
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1996-07-18T05:48:57Z
Releases: 7.1.1
libpq and psql.c have been modified to do various things they didn't do
before (plus some optimisations/bug fixes et al).  I've included a small
demo transcript below. Note that all of of the display
functionality/intelligence you see here, can be had merely by calling
the new LIBPQ PQprint() routine with the appropriate arguments/options,
including the HTML3 output guff.


submitted by:  Julian Assange <proff@suburbia.net>

Files

PathChange+/−
src/bin/monitor/monitor.c modified +12 −4
src/bin/psql/psql.c modified +498 −350
src/interfaces/libpq/fe-exec.c modified +292 −125
src/interfaces/libpq/libpq-fe.h modified +16 −8