'How to put xml from zip in a postgres table?

How can I put xml files from a zip file into a postgresql table? COPY FROM 'zip/file.zip/*.xml'; There are a lot of xml files in the zip file. I want to add rows containing xml files to the table.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source