didou           Fri Jun 20 11:10:29 2003 EDT

  Modified files:              
    /phpdoc/en/reference/pgsql/functions        pg-escape-bytea.xml 
  Log:
  pg_unescape_bytea() is now implemented
  
Index: phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml:1.4 
phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml:1.5
--- phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml:1.4 Wed Jun 12 02:52:12 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml     Fri Jun 20 11:10:29 
2003
@@ -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>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to