I have an array in PHP which contains boolean values. The array is
associative and its indices are the same as the column names of a table. I
want to write to the database and read it back (with pg_fetch_array)
without any additional manipulations. Please let me know if types are
preserved when reading from the database.
Thanks in advance.
Regards,
Anuradha