fix typo.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319841 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
TAKAGI Masahiro 2011-11-25 20:11:56 +00:00
parent ab9ceaf14f
commit 5203515e70

View file

@ -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