mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319841 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ab9ceaf14f
commit
5203515e70
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<function>pg_escape_string</function> escapes a string for querying
|
||||
the database. It returns an escaped string in the PostgreSQL
|
||||
format without quotes. <function>pg_escape_literal</function> is
|
||||
more preffered way to escape SQL parameters for PostgreSQL.
|
||||
more preferred way to escape SQL parameters for PostgreSQL.
|
||||
<function>addslashes</function> must not be used with PostgreSQL.
|
||||
If the type of the column is
|
||||
bytea, <function>pg_escape_bytea</function> must be used
|
||||
|
|
Loading…
Reference in a new issue