Hi all,
I just spotted that PQmakeEmptyPGresult is named PQmakeEmptyPGResult
in one place (not "Result", but "result") in the docs.
A patch is attached.
Regards,
--
Michael
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index c08e6b6..b5533cd 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -5793,7 +5793,7 @@ int PQfireResultCreateEvents(PGconn *conn, PGresult *res);
<para>
The main reason that this function is separate from
- <function>PQmakeEmptyPGResult</function> is that it is often appropriate
+ <function>PQmakeEmptyPGresult</function> is that it is often appropriate
to create a <structname>PGresult</structname> and fill it with data
before invoking the event procedures.
</para>
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers