mirror of
https://github.com/postgres/postgres.git
synced 2026-02-14 16:23:59 -05:00
Fix typo in libpq.sgml.
Back-patch to all supported versions. Michael Paquier
This commit is contained in:
parent
b7d493bf78
commit
daee80f1ae
1 changed files with 1 additions and 1 deletions
|
|
@ -5556,7 +5556,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…
Reference in a new issue