libpq and psql.c have been modified to do various things they didn't do
Marc G. Fournier <scrappy@hub.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |