Re: Decomposing xml into table - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: Decomposing xml into table
Date
Msg-id 0f9d551b-4154-bee9-47e9-0cbc3c6b969c@proxel.se
Whole thread Raw
In response to Decomposing xml into table  (Surafel Temesgen <surafel3000@gmail.com>)
List pgsql-hackers
On 6/22/20 8:49 PM, Surafel Temesgen wrote:
> Comments?

I feel it would make more sense to add features like this to an external 
tool, e.g pgloader. But even if we add it to the core PostgreSQL project 
I feel the XML parsing should be done in the client, not in the database 
server. The COPY command is already very complex.

Andreas



pgsql-hackers by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: Decomposing xml into table
Next
From: Amit Kapila
Date:
Subject: Re: Resetting spilled txn statistics in pg_stat_replication