Commit 23c7ff0b authored by Julian Assange's avatar Julian Assange

PQprint() routines. The older code is still there for historical

compatibility. There isn't much difference here against my previous
PQprint() code, except that you can add optional arguments to the
<table args> in html.
parent 98ae3fad
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.5 1996/07/23 03:35:13 scrappy Exp $ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.6 1996/07/25 06:21:11 julian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -761,7 +761,7 @@ PQdisplayTuples(PGresult *res, ...@@ -761,7 +761,7 @@ PQdisplayTuples(PGresult *res,
* PQprintTuples() * PQprintTuples()
* *
* This is the routine that prints out the tuples that * This is the routine that prints out the tuples that
* are returned from the backend. * are returned from the backend.
* Right now all columns are of fixed length, * Right now all columns are of fixed length,
* this should be changed to allow wrap around for * this should be changed to allow wrap around for
* tuples values that are wider. * tuples values that are wider.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment