Re: BUG #6300: duplicate key value violates unique constraint

From: Tigran Mkrtchyan <tigran(dot)mkrtchyan(at)desy(dot)de>
To: Tomas Vondra <tv(at)fuzzy(dot)cz>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6300: duplicate key value violates unique constraint
Date: 2011-11-18 19:38:34
Message-ID: CAGue13rJxCjN1+jamnL4qBGopN=hP6nj4SG5tVgVhvTxz1UH4g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, Nov 18, 2011 at 6:52 PM, Tomas Vondra <tv(at)fuzzy(dot)cz> wrote:
> On 18 Listopad 2011, 17:42, Tigran Mkrtchyan wrote:
>>
>> The following bug has been logged online:
>>
>> Bug reference:      6300
>> Logged by:          Tigran Mkrtchyan
>> Email address:      tigran(dot)mkrtchyan(at)desy(dot)de
>> PostgreSQL version: 9.0.4
>> Operating system:   Linux x86_64
>> Description:        duplicate key value violates unique constraint
>> Details:
>>
>> Hi,
>>
>> our application uses PostgreSQL as a backend and heavily
>> relays on transactions. We never check constrains in our application as DB
>> does is better than we can an in an atomic way. This works very-very good!
>> Nevertheless the logfiles are full of 'duplicate key value violates unique
>> constraint'. I have two questions:
>
> If it's a question, then why have you submitted it as a bug?

Then let me re-phrase it:

I think it's a bug to log with level ERROR absolute valid SQL
statement. You have error code returned to the client to handle it. If
I want to log statements then I can turned that on. This is client
appication debuggging and to error handling.

Regards,
Tigran.

>This is not a
> bug, it's correct and expected behavior - please, repost the questions to
> the appropriate place, e.g. pgsql-general mailing list.
>
> Tomas
>
>>
>> 1. why it logged with ERROR level as it clients application behavior.
>>
>> 2. is there a way to suppress it or could you add a way to suppress it.
>>
>>
>> Thanks a lot,
>>    Tigran.
>>
>> --
>> Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-bugs
>>
>
>
>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Josh Kupershmidt 2011-11-18 20:48:18 Re: BUG #6301: extra space in psql variable expansion
Previous Message M 2011-11-18 18:12:37 BUG #6301: extra space in psql variable expansion