Fix typo in libpq.sgml.

Back-patch to all supported versions.

Michael Paquier
REL9_1_STABLE
Fujii Masao 11 years ago
parent 3b5d671027
commit 53e97a69e0
  1. 2
      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>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>

Loading…
Cancel
Save