From a79d988b9033bfb7ad721f72831e4f38e7a588df Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Mon, 8 Jul 2013 10:25:25 +0000 Subject: [PATCH] Add pg_unescape_bytea() changelog git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330792 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../pgsql/functions/pg-unescape-bytea.xml | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/reference/pgsql/functions/pg-unescape-bytea.xml b/reference/pgsql/functions/pg-unescape-bytea.xml index bdcf83a3e1..3a9857858c 100644 --- a/reference/pgsql/functions/pg-unescape-bytea.xml +++ b/reference/pgsql/functions/pg-unescape-bytea.xml @@ -85,7 +85,31 @@ - + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.5.2 + + A warning is thrown if the input string is invalid. + + + + + + + + &reftitle.seealso;