pg_unescape_bytea() is now implemented

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132616 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-06-20 15:10:29 +00:00
parent 46fc1525b9
commit 9f2d5b0113

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.61 -->
<refentry id='function.pg-escape-bytea'>
<refnamediv>
@ -33,13 +33,10 @@
character encoding does not match, there may be multi-byte
stream error. User must cast to bytea to avoid this error.
</para>
<para>
Newer PostgreSQL will support unescape function. Support for
built-in unescape function will be added when it's available.
</para>
</note>
<para>
See also <function>pg_escape_string</function>
See also <function>pg_unescape_bytea</function> and
<function>pg_escape_string</function>.
</para>
</refsect1>
</refentry>