diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-02-02 16:23:37 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-02-02 16:23:37 +0000 |
commit | 215935daa38317baebf439fac3082e1246c4925e (patch) | |
tree | 6e1096d2089c58046c1117a71a78ed994c2f3f5e | |
parent | acaa064fa8f3654509fa9a39fc158c64af366197 (diff) | |
download | postgresql-215935daa38317baebf439fac3082e1246c4925e.tar.gz postgresql-215935daa38317baebf439fac3082e1246c4925e.zip |
Remove extraneous end tag. Code now compiles cleanly.
-rw-r--r-- | doc/src/sgml/libpq.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 7543e9add65..46e90bbe88c 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; </synopsis> + This function was formerly used by <application>psql</application> to print query results, but this is no longer the case and this function is no longer supported. </para> </listitem> -</listitem> <listitem> <para> <function>PQclear</function> |