Re: COPY command returns "ERROR: invalid XML content" - Mailing list pgsql-general

From Tomas Vondra
Subject Re: COPY command returns "ERROR: invalid XML content"
Date
Msg-id 20191007121346.4pgmw4edqkdj3jps@development
Whole thread Raw
In response to COPY command returns "ERROR: invalid XML content"  (Konstantin Izmailov <pgfizm@gmail.com>)
Responses Re: COPY command returns "ERROR: invalid XML content"
List pgsql-general
On Sun, Oct 06, 2019 at 08:45:40PM -0700, Konstantin Izmailov wrote:
>Hi,
>I'm using libpq (v10) to import lots of xml files into a PG10 table. I
>noticed if number of records imported exceeds 2100 then the following error
>is returned:
>ERROR:  invalid XML content
>DETAIL:  line 1: Couldn't find end of Start Tag
>timeBasedFileNamingAndTriggerin line 1
>logFile.%d{yyyy-MM-dd}.%i.html</fileNamePattern><timeBasedFileNamingAndTriggerin
>

My guess is this is an issue/limitation in libxml2, which we use to
parse and process XML. What libxml2 version you have installed? Can you
share an example of a XML document to reproduce the issue?

regards

-- 
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-general by date:

Previous
From: Andres Freund
Date:
Subject: Re: RowDescription message
Next
From: Tomas Vondra
Date:
Subject: Re: Install postgres on rhel 7