From: | Baldur Norddahl <bbn-pgsql(dot)general(at)clansoft(dot)dk> |
---|---|
To: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: duplicate primary key entries? |
Date: | 2003-11-25 12:02:37 |
Message-ID: | 1069761757.3fc344dde1056@dark.clansoft.dk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
No, there can be no space after 'any' because the foreign key prevents it (which
you of course could not check since I didn't show the content of the foreign
table).
But anyway, here is the output:
webshop=# select oid,id,'['||locale||']','['||name||']' from content_loc where
id=20488 and locale='any';
oid | id | ?column? | ?column?
---------+-------+----------+----------------
9781056 | 20488 | [any] | [Rise Part II]
9781058 | 20488 | [any] | [Rise Part II]
(2 rows)
Baldur
Quoting Martijn van Oosterhout <kleptog(at)svana(dot)org>:
> On Tue, Nov 25, 2003 at 12:22:29PM +0100, Baldur Norddahl wrote:
> > Hi,
> >
> > I just noticed something bad in our database:
> >
> > webshop=# select oid,* from content_loc where id=20488;
> > oid | id | locale | name
> > ---------+-------+--------+--------------
> > 9781056 | 20488 | any | Rise Part II
> > 9781058 | 20488 | any | Rise Part II
> > (2 rows)
>
> Any possibility there are hidden spaces? What is the output of:
>
> select oid,id,'['||locale||']','['||name||']' from content_loc where
> id=20488;
>
> Hope this helps,
> --
> Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> > "All that is needed for the forces of evil to triumph is for enough good
> > men to do nothing." - Edmond Burke
> > "The penalty good people pay for not being interested in politics is to be
> > governed by people worse than themselves." - Plato
>
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
From | Date | Subject | |
---|---|---|---|
Next Message | Marek Lewczuk | 2003-11-25 12:08:55 | PostgreSQL is much faster than MySQL, only when... |
Previous Message | Martijn van Oosterhout | 2003-11-25 11:45:36 | Re: duplicate primary key entries? |