Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5f6a9d0

Browse files
committed
Fix typo in libpq.sgml.
Back-patch to all supported versions. Michael Paquier
1 parent 73b416b commit 5f6a9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5793,7 +5793,7 @@ int PQfireResultCreateEvents(PGconn *conn, PGresult *res);
57935793

57945794
<para>
57955795
The main reason that this function is separate from
5796-
<function>PQmakeEmptyPGResult</function> is that it is often appropriate
5796+
<function>PQmakeEmptyPGresult</function> is that it is often appropriate
57975797
to create a <structname>PGresult</structname> and fill it with data
57985798
before invoking the event procedures.
57995799
</para>

0 commit comments

Comments
 (0)