From 215935daa38317baebf439fac3082e1246c4925e Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Wed, 2 Feb 2000 16:23:37 +0000 Subject: [PATCH] Remove extraneous end tag. Code now compiles cleanly. --- doc/src/sgml/libpq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 7543e9add6..46e90bbe88 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1062,13 +1062,13 @@ struct { char **fieldName; /* null terminated array of replacement field names */ } PQprintOpt; + This function was formerly used by psql to print query results, but this is no longer the case and this function is no longer supported. - PQclear