From 53e97a69e0d1329d6ec08d0f39d87a29364e882f Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Mon, 6 Apr 2015 12:15:20 +0900 Subject: [PATCH] Fix typo in libpq.sgml. Back-patch to all supported versions. Michael Paquier --- doc/src/sgml/libpq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 37009f29d8..574ef501cf 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -5276,7 +5276,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. -- 2.40.0