summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2015-04-06 12:15:20 +0900
committerFujii Masao <fujii@postgresql.org>2015-04-06 12:17:16 +0900
commitee679285dd7524f2836d06df9373f366230f3454 (patch)
treee30f48e972d68445d897d43c2cae79b960a7afff
parent8972a152c597cf88280c6a99b03f38cbf21e6dd2 (diff)
Fix typo in libpq.sgml.
Back-patch to all supported versions. Michael Paquier
-rw-r--r--doc/src/sgml/libpq.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index bce5b80d724..8ac9f1e6d4e 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -5665,7 +5665,7 @@ int PQfireResultCreateEvents(PGconn *conn, PGresult *res);
<para>
The main reason that this function is separate from
- <function>PQmakeEmptyPGResult</function> is that it is often appropriate
+ <function>PQmakeEmptyPGresult</function> is that it is often appropriate
to create a <structname>PGresult</structname> and fill it with data
before invoking the event procedures.
</para>