Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

[BUGS] BUG #14739: Wrong message when unique contraint fail - Mailing list pgsql-bugs

From fbd@datasapiens.com
Subject [BUGS] BUG #14739: Wrong message when unique contraint fail
Date
Msg-id 20170710131648.7729.77377@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [BUGS] BUG #14739: Wrong message when unique contraint fail
Re: [BUGS] BUG #14739: Wrong message when unique contraint fail
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14739
Logged by:          Fred BARROUD
Email address:      fbd@datasapiens.com
PostgreSQL version: 9.6.1
Operating system:   Windows 10
Description:

I there,

I am testing PG on this query :

CREATE TABLE T_UNIK (ID INT UNIQUE);

INSERT INTO T_UNIK VALUES (1), (2), (3), (4), (5);

UPDATE T_UNIK SET ID = ID + 1;

I know that PG is unable to do this set based operation properly because it
does it row by row (which is a nonsense since it works on many RDBMS)

But the error message is strongly stupid :
ERROR:  invalid byte sequence for encoding "UTF8": 0xe9 0x71 0x75

I am doing this through PG Admin 4 (v 1.1)

Thanks in advance




--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: fcs1@poczta.onet.pl
Date:
Subject: [BUGS] BUG #14738: ALTER SERVER for foregin servers not working
Next
From: Eugene Koon
Date:
Subject: [BUGS] postgresql 96 for Centos 7 download not found