8000 Fix typo in libpq.sgml. · rowhit/postgres@4e3b1e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e3b1e2

Browse files
committed
Fix typo in libpq.sgml.
Back-patch to all supported versions. Michael Paquier
1 parent 6347bdb commit 4e3b1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5671,7 +5671,7 @@ int PQfireResultCreateEvents(PGconn *conn, PGresult *res);
56715671

56725672
<para>
56735673
The main reason that this function is separate from
5674-
<function>PQmakeEmptyPGResult</function> is that it is often appropriate
5674+
<function>PQmakeEmptyPGresult</function> is that it is often appropriate
56755675
to create a <structname>PGresult</structname> and fill it with data
56765676
before invoking the event procedures.
56775677
</para>

0 commit comments

Comments
 (0)
0