Insert XML from file in PostgreSQL

nacreglobe

New Member
I have several XML files and want to insert their content into a PostgreSQL table. This table has two columns - id (type serial) and a xml type column, in which I want to insert the content of one xml file (one row, one column = one xml file). In the documentation I haven't found how to insert xml from a file.Is there some easy way how to do it?Marek
 
Back
Top