diff options
author | Fujii Masao <fujii@postgresql.org> | 2015-04-06 12:15:20 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2015-04-06 12:17:33 +0900 |
commit | daee80f1aec7bcd98a6ce3cb5f087d38828dbc38 (patch) | |
tree | 13f06a0068be242164a501836581a70083ee85c2 | |
parent | b7d493bf78328fbb450e9db56a60e536a6fb6bbf (diff) |
Fix typo in libpq.sgml.
Back-patch to all supported versions.
Michael Paquier
-rw-r--r-- | doc/src/sgml/libpq.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 04483330a53..ecf22a72d38 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -5556,7 +5556,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> |