Fix typo in libpq.sgml.

Back-patch to all supported versions.

Michael Paquier
This commit is contained in:
Fujii Masao 2015-04-06 12:15:20 +09:00
parent 73b416b2e4
commit 5f6a9d056a
1 changed files with 1 additions and 1 deletions

View File

@ -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>