diff options
-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 fe833aa6260..7f01fcc1486 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -4153,7 +4153,7 @@ char *PQescapeLiteral(PGconn *conn, const char *str, size_t length); </tip> <para> - Note that it is not necessary nor correct to do escaping when a data + Note that it is neither necessary nor correct to do escaping when a data value is passed as a separate parameter in <function>PQexecParams</function> or its sibling routines. </para> |