mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
46fc1525b9
commit
9f2d5b0113
1 changed files with 3 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue