Re: Unique constaint violated without being violated

From: Sebastian Tennant <sebyte(at)smolny(dot)plus(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Unique constaint violated without being violated
Date: 2008-12-06 16:12:32
Message-ID: myf9qo3z.fsf@vps203.linuxvps.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Quoth "Merlin Moncure" <mmoncure(at)gmail(dot)com>:
> It looks to me like you are setting the whole table to the same
> address in the update statement (no where clause)...so of course you'd
> get the error. Maybe you want to do an insert statement?
>
> merlin

Doh! Thanks Merlin. I'm so glad it's just my mind that's going! :-)

Sebastian

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2008-12-06 16:16:58 Re: Resp.: Automatic insert statement generator?
Previous Message Sebastian Tennant 2008-12-06 16:02:40 Re: Resp.: Automatic insert statement generator?