From 7ee0a65fca55ee51c7353a1330951d5d0dcf14cf Mon Sep 17 00:00:00 2001 From: Christopher Kings-Lynne Date: Mon, 4 Jul 2005 03:29:33 +0000 Subject: [PATCH] Sorry, fix build. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189840 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-escape-bytea.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pgsql/functions/pg-escape-bytea.xml b/reference/pgsql/functions/pg-escape-bytea.xml index fa76f65cf1..8fcb80d08c 100644 --- a/reference/pgsql/functions/pg-escape-bytea.xml +++ b/reference/pgsql/functions/pg-escape-bytea.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,7 @@ - When you SELECT a bytea type, PostgreSQL returns octal byte values + When you SELECT a bytea type, PostgreSQL returns octal byte values prefixed with '\' (e.g. \032). Users are supposed to convert back to binary format manually.