Re: #XX000: ERROR: tuple concurrently updated - Mailing list pgsql-general

From Greg Sabino Mullane
Subject Re: #XX000: ERROR: tuple concurrently updated
Date
Msg-id CAKAnmmLE-PhxTvB-fEOc3X=MhbH2R-HA9yRp0xnNO4coGRB0Ng@mail.gmail.com
Whole thread Raw
In response to Re: #XX000: ERROR: tuple concurrently updated  (Dominique Devienne <ddevienne@gmail.com>)
List pgsql-general
Since you are willing to break the all one transaction rule, and if the restores were created via pg_dump, you could use the --section argument to split things up, run the "pre-data" sections serially, and the rest ("data" and "post-data") concurrently.

--
Cheers,
Greg

--
Enterprise Postgres Software Products & Tech Support

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: DROP ROLE as SUPERUSER
Next
From: Adrian Klaver
Date:
Subject: Re: v18 virtual columns