Cornelia Boenigk wrote:
conni Mon Jun 6 08:28:05 2005 EDT
Modified files:
/phpdoc/en/reference/pgsql/functions pg-convert.xml
Log:
corrected description and added a note
</para>
+ <note>
+ <para>
+ If there are boolean fields in <parameter>table_name</parameter> don't use
the
+ constant TRUE in <parameter>assoc_array</parameter>. It will be
converted to the
+ string 'TRUE' which is no valid entry for boolean fields in PostgreSQL. Use one
+ of t, true, 1, y, yes instead.
+ </para>
+ </note>
No tabs please !
didou