Can I Import XML into a Postgres Database without an ORM?

phanmanhphu

New Member
I need to be able to export/import XML data from/to a PostgresQL database. I've reviewed the documentation, and determined that I can readily export XML using a query or a table. What would be the simplest way to re-import the same XML into the same database? I prefer not using a third-party tool, but will handle any programming in PG functions and Java/JDBC.I will vote on anyone providing a useful information.
 
Back
Top