projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acaa064
)
Remove extraneous end tag. Code now compiles cleanly.
author
Thomas G. Lockhart
Wed, 2 Feb 2000 16:23:37 +0000
(16:23 +0000)
committer
Thomas G. Lockhart
Wed, 2 Feb 2000 16:23:37 +0000
(16:23 +0000)
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index 7543e9add65e8b466eaf40ac54a1897b724e2d85..46e90bbe88c5a4f650f8631d1e6b7a652eb48ea7 100644
(file)
--- 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