chriskl Sun Jul 3 23:29:33 2005 EDT
Modified files:
/phpdoc/en/reference/pgsql/functions pg-escape-bytea.xml
Log:
Sorry, fix build.
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml:1.8
phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml:1.9
--- phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml:1.8 Sun Jul 3
06:03:51 2005
+++ phpdoc/en/reference/pgsql/functions/pg-escape-bytea.xml Sun Jul 3
23:29:33 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.61 -->
<refentry id='function.pg-escape-bytea'>
<refnamediv>
@@ -21,7 +21,7 @@
</para>
<note>
<para>
- When you <literal>SELECT</select> a bytea type, PostgreSQL returns octal
byte values
+ When you <literal>SELECT</literal> a bytea type, PostgreSQL returns octal
byte values
prefixed with '\' (e.g. \032). Users are supposed to convert back to
binary format manually.
</para>