From: Fujii Masao Date: Mon, 6 Apr 2015 03:15:20 +0000 (+0900) Subject: Fix typo in libpq.sgml. X-Git-Tag: REL9_2_11~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daee80f1aec7bcd98a6ce3cb5f087d38828dbc38;p=postgresql Fix typo in libpq.sgml. Back-patch to all supported versions. Michael Paquier --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 04483330a5..ecf22a72d3 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -5556,7 +5556,7 @@ int PQfireResultCreateEvents(PGconn *conn, PGresult *res); The main reason that this function is separate from - PQmakeEmptyPGResult is that it is often appropriate + PQmakeEmptyPGresult is that it is often appropriate to create a PGresult and fill it with data before invoking the event procedures.