From: Fujii Masao Date: Mon, 6 Apr 2015 03:15:20 +0000 (+0900) Subject: Fix typo in libpq.sgml. X-Git-Tag: REL9_0_20~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ceb5eb5dff6281f6a44525037cd4106af177470b;p=thirdparty%2Fpostgresql.git 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 a3a3fe7604a..0c33e36e067 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -5111,7 +5111,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.