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:24 +0900 |
commit | 4e3b1e2389e8f4950a1a2a176d335d1344b88a11 (patch) | |
tree | 681e945abf7a32fa17c4b729fcb44915218e2d91 | |
parent | 6347bdb31448f812cd726cfb3cdcdecf41a38b19 (diff) | |
download | postgresql-4e3b1e2389e8f4950a1a2a176d335d1344b88a11.tar.gz postgresql-4e3b1e2389e8f4950a1a2a176d335d1344b88a11.zip |
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 6e96404c6a0..f67670cab1b 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -5671,7 +5671,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> |