yohgaki         Thu Sep  5 04:43:54 2002 EDT

  Modified files:              
    /phpdoc/en/reference/pgsql/functions        pg-fetch-result.xml 
  Log:
  Boolean values are returned as 't' or 'f'.
  
  
Index: phpdoc/en/reference/pgsql/functions/pg-fetch-result.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-result.xml:1.4 
phpdoc/en/reference/pgsql/functions/pg-fetch-result.xml:1.5
--- phpdoc/en/reference/pgsql/functions/pg-fetch-result.xml:1.4 Thu Aug 22 08:25:10 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-fetch-result.xml     Thu Sep  5 04:43:54 
+2002
@@ -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.82 -->
   <refentry id="function.pg-fetch-result">
    <refnamediv>
@@ -27,18 +27,17 @@
     </para>
     <para>
      PostgreSQL has many built in types and only the basic ones are
-     directly supported here.  All forms of <type>integer</type>,
-     <type>boolean</type> and void 
-     <!-- FIXME: is that still true? PHP supports boolean&null now... --> 
-     <!-- Yes, supporting boolean&null breaks scripts. pg_fetch_array() 
-          can be used instead. I might take of this issue with additional 
-          ini directive. [EMAIL PROTECTED] --> 
-     types are
-     returned as <type>integer</type> values.  All forms of float, and
-     real types are returned as <type>float</type> values.  All other
-     types, including arrays are returned as strings formatted in the
-     same default PostgreSQL manner that you would see in the
-     <command>psql</command> program.  
+     directly supported here.  All forms of <type>integer</type> <!--
+     FIXME: is that still true? PHP supports boolean&null now... -->
+     <!-- Yes, supporting boolean&null breaks
+     scripts. pg_fetch_array() can be used instead. I might take of
+     this issue with additional ini directive. [EMAIL PROTECTED] -->
+     types are returned as <type>integer</type> values.  All forms of
+     float, and real types are returned as <type>float</type> values.
+     Boolean is returned as &quot;t&quot; or &quot;f&quot;.  All
+     other types, including arrays are returned as strings formatted
+     in the same default PostgreSQL manner that you would see in the
+     <command>psql</command> program.
     </para>
    </refsect1>
   </refentry>



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

Reply via email to