From 5203515e70fa823a33c74b3f8a25a8c913db7ca8 Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Fri, 25 Nov 2011 20:11:56 +0000 Subject: [PATCH] fix typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319841 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-escape-string.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/pgsql/functions/pg-escape-string.xml b/reference/pgsql/functions/pg-escape-string.xml index f06bdfeff1..1337ab8fd6 100644 --- a/reference/pgsql/functions/pg-escape-string.xml +++ b/reference/pgsql/functions/pg-escape-string.xml @@ -20,7 +20,7 @@ pg_escape_string escapes a string for querying the database. It returns an escaped string in the PostgreSQL format without quotes. pg_escape_literal is - more preffered way to escape SQL parameters for PostgreSQL. + more preferred way to escape SQL parameters for PostgreSQL. addslashes must not be used with PostgreSQL. If the type of the column is bytea, pg_escape_bytea must be used