Re: BUG #5290: Simple loop with insert into and check to avoid duplicate values fails

From: Wild Wezyr <wildwezyr(at)gmail(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, WildWezyr <wi(dot)ld(dot)we(dot)zy(dot)r(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5290: Simple loop with insert into and check to avoid duplicate values fails
Date: 2010-01-21 09:55:16
Message-ID: 94a2fe2c1001210155p5f671b03w33108a46ecaf7d21@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

2010/1/21 Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>

> The login screen says:
>
> Windows Server 2003 R2, Datacenter x64 Edition
>
> > What version of Postgres you have used? Is it 8.3.3 or 8.4.2 like mine?
>
> A fresh checkout from CVS HEAD.
>
> > What encoding/collation was your DB created with? Was it UTF8 /
> > 'Polish_Poland.1250' ?
>
> Yes. I used:
>
> bin\initdb -D data3 -E UTF-8 --locale=Polish_Poland.1250
>
> and
>
> CREATE DATABASE spb
> WITH OWNER = "Administrator"
> ENCODING = 'UTF8'
> LC_COLLATE = 'Polish_Poland.1250'
> LC_CTYPE = 'Polish_Poland.1250'
> CONNECTION LIMIT = -1;
>
> --
> Heikki Linnakangas
> EnterpriseDB http://www.enterprisedb.com
>

So - it seems like a problem with exactly versions 8.3.3 and 8.4.2 (I don't
know what version exactly you have after CSV HEAD) and Windows Vista.

And - what now? Is it over - because you cannot reproduce my error or I may
count on fix for this error? What else can I do - upgrade to newer version
of Postgres? Obviously - resolution of my problem is quite urgent to me...

(WW)

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Milen A. Radev 2010-01-21 12:52:50 Re: BUG #5290: Simple loop with insert into and check to avoid duplicate values fails
Previous Message Heikki Linnakangas 2010-01-21 09:10:13 Re: BUG #5290: Simple loop with insert into and check to avoid duplicate values fails