pg_insert Insert array into table Description boolpg_insert resourceconnection stringtable_name arrayassoc_array intoptions pg_insert inserts the values of assoc_array into the table specified by table_name. table_name must at least have as many columns as assoc_array has elements. The fieldnames as well as the fieldvalues in table_name must match the indices and values of assoc_array. &return.success; If options is specified, pg_insert is applied to assoc_array with specified option. <function>pg_insert</function> example ]]> &warn.experimental.func; See also pg_convert.