| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Alexey Borzov <borz_off(at)rdw(dot)ru> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: sorting/grouping/(non-)unique indexes bug |
| Date: | 2002-06-09 01:43:11 |
| Message-ID: | 101.1023586991@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Alexey Borzov <borz_off(at)rdw(dot)ru> writes:
> rdw=# --finally, no more duplicates!
> rdw=# create unique index broken_email_key on broken (user_email);
> ERROR: Cannot create unique index. Table contains non-unique values
Seems pretty broken :-(
> rdw=# select version();
> version
> -------------------------------------------------------------
> PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC 2.96
Uh, what is the platform exactly?
> As you probably guessed, reg_user table contains actual email
> addresses of our site's registered users. I can provide them for
> testing (without passwords and stuff, of course) if this is going to
> help.
If you could send me the email address data (off-list), I could try
to reproduce the problem here.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mike Mascari | 2002-06-09 01:46:26 | Is this a bug, possible security hole, or wrong assumption? |
| Previous Message | Doug Fields | 2002-06-09 00:36:50 | Re: Non-linear Performance |