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:39 +0900 |
commit | 53e97a69e0d1329d6ec08d0f39d87a29364e882f (patch) | |
tree | 04f302776c01d6c03ec64d98a795301f26ceb225 | |
parent | 3b5d67102789e1202d35fbbcb4b3f1a1c181cc02 (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 37009f29d87..574ef501cf8 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -5276,7 +5276,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> |