Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b5d671
)
Fix typo in libpq.sgml.
author
Fujii Masao
<fujii@postgresql.org>
Mon, 6 Apr 2015 03:15:20 +0000
(12:15 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Mon, 6 Apr 2015 03:17:39 +0000
(12:17 +0900)
Back-patch to all supported versions.
Michael Paquier
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index 37009f29d87f8ad41113d9e6dae4f41c9cf00f58..574ef501cf8f51456082afed683edc85f5ad49fd 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-5276,7
+5276,7
@@
int PQfireResultCreateEvents(PGconn *conn, PGresult *res);
<para>
The main reason that this function is separate from
- <function>PQmakeEmptyPG
R
esult</function> is that it is often appropriate
+ <function>PQmakeEmptyPG
r
esult</function> is that it is often appropriate
to create a <structname>PGresult</structname> and fill it with data
before invoking the event procedures.
</para>