Re: BUG #13446: pg_dump fails with large tuples - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #13446: pg_dump fails with large tuples
Date
Msg-id CAB7nPqTxBWtcguK89=D7a6GuOLv=-SY-HmQY3Z-z61Rdwh2J0w@mail.gmail.com
Whole thread Raw
In response to BUG #13446: pg_dump fails with large tuples  (cpt@novozymes.com)
Responses Re: BUG #13446: pg_dump fails with large tuples  (jaime soler <jaime.soler@gmail.com>)
List pgsql-bugs
On Tue, Jun 16, 2015 at 8:20 PM,  <cpt@novozymes.com> wrote:
> This message then shows up in the server logs.  It looks like maybe pg_dump
> is limited to exactly 1GB textual representation?

Yep. That's a known limitation of COPY and palloc() in general.
--
Michael

pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #13443: master will remove dead rows when hot standby(use slot) disconnect
Next
From: jaime soler
Date:
Subject: Re: BUG #13446: pg_dump fails with large tuples