Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341437 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-12-23 15:28:53 +00:00
parent 9e03992589
commit 0212fbf026

View file

@ -25,7 +25,7 @@
quotes. Use of this function is recommended for identifier
parameters in query. For SQL literals (i.e. parameters except
bytea), <function>pg_escape_literal</function>
or <function>pg_escape_string</function> muse be used. For bytea
or <function>pg_escape_string</function> must be used. For bytea
type fields, <function>pg_escape_bytea</function> must be used
instead.
</para>