1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-15 19:15:29 +03:00

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 6347bdb314
commit 4e3b1e2389

View File

@ -5671,7 +5671,7 @@ int PQfireResultCreateEvents(PGconn *conn, PGresult *res);
<para> <para>
The main reason that this function is separate from 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 to create a <structname>PGresult</structname> and fill it with data
before invoking the event procedures. before invoking the event procedures.
</para> </para>