mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix typo
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:
parent
9e03992589
commit
0212fbf026
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue