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