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:15:20 +0900 |
commit | 5f6a9d056a3ba8ba66cace5d84e46caadc6e3a42 (patch) | |
tree | 1059a6b06badfa03d02c5a26242e1b54b87af72d | |
parent | 73b416b2e41237b657d29d8f42a4bb34bf700928 (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 c08e6b6756b..b5533cdb9fb 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -5793,7 +5793,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> |