]> granicus.if.org Git - postgresql/commitdiff
PQprint() routines. The older code is still there for historical
authorJulian Assange <proff@suburbia.net>
Thu, 25 Jul 1996 06:21:11 +0000 (06:21 +0000)
committerJulian Assange <proff@suburbia.net>
Thu, 25 Jul 1996 06:21:11 +0000 (06:21 +0000)
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.

src/interfaces/libpq/fe-exec.c

index 4ba528e10b3b1c60c4487555ed6fcaaf95306abf..fc2adef6692a4e530a342052685adb4645ac0182 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * 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,
  * PQprintTuples()
  *
  * 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,
  * this should be changed to allow wrap around for
  * tuples values that are wider.