From 2b51a3f77b089d2cf322fa1e3530885a04c7c264 Mon Sep 17 00:00:00 2001 From: Marco Cucinato Date: Wed, 12 Jun 2002 06:52:12 +0000 Subject: [PATCH] Typos fixed git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85441 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-escape-bytea.xml | 6 +++--- reference/pgsql/functions/pg-fetch-object.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/pgsql/functions/pg-escape-bytea.xml b/reference/pgsql/functions/pg-escape-bytea.xml index 20b606a713..1095b00b87 100644 --- a/reference/pgsql/functions/pg-escape-bytea.xml +++ b/reference/pgsql/functions/pg-escape-bytea.xml @@ -1,5 +1,5 @@ - + @@ -21,8 +21,8 @@ When you SELECT bytea type, PostgreSQL returns octal byte value - prefixed by \. (e.g. \032) Users are supposed to convert back to - binary formant by yourself. + prefixed by \ (e.g. \032). Users are supposed to convert back to + binary format by yourself. This function requires PostgreSQL 7.2 or later. With PostgreSQL diff --git a/reference/pgsql/functions/pg-fetch-object.xml b/reference/pgsql/functions/pg-fetch-object.xml index 17091cf310..6915ce1fb7 100644 --- a/reference/pgsql/functions/pg-fetch-object.xml +++ b/reference/pgsql/functions/pg-fetch-object.xml @@ -1,5 +1,5 @@ - + @@ -38,7 +38,7 @@ - Form 4.3.0, result_type is default to PGSQL_ASSOC while + From 4.3.0, result_type is default to PGSQL_ASSOC while older versions' default was PGSQL_BOTH. There is no use for numeric property, since numeric property name is invalid in PHP.