Re: [HACKERS] ExclusiveLock on PostgreSQL - Fabio Mendonça

2015-10-30 Thread Fabio Oliveira De Mendonca
...@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

[HACKERS] Re: [HACKERS] ExclusiveLock on PostgreSQL - Fabio Mendonça

2015-10-30 Thread Robert Haas
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. >

[HACKERS] ExclusiveLock on PostgreSQL - Fabio Mendonça

2015-10-28 Thread Fabio Oliveira De Mendonca
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