...@mit.edu; pgsql-hackers@postgresql.org;
fabio.mendonca@gmail.com
Assunto: Re: [HACKERS] ExclusiveLock on PostgreSQL - Fabio Mendonça
On Wed, Oct 28, 2015 at 5:59 PM, Fabio Oliveira De Mendonca
wrote:
> I 've a process with 600.000 rows, for insert on table "A" with 130 columns
On Wed, Oct 28, 2015 at 5:59 PM, Fabio Oliveira De Mendonca
wrote:
> I 've a process with 600.000 rows, for insert on table "A" with 130 columns
> and I'm received the "Exclusivelock" error message, making lost some
> rows during transaction. The insert of transaction occurs on each 2 min.
>
Hi friends,
I'm Fabio Mendonça (Brazil) and I initiated a work with PostgreSQL, I work with
Oracle , DB2 , Sybase and Informix , but PostgreSQL is a sweet experience.
In this moment I'm looking any help, because the articles that I've found not
solve the problem.
The Cenario:
I 've a proc