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.