Re: strange problem - Mailing list pgsql-bugs

From Tom Lane
Subject Re: strange problem
Date
Msg-id 29913.1040229734@sss.pgh.pa.us
Whole thread Raw
In response to strange problem  ("Böhm, Sebastian (Vendor)"<sebastian.boehm@friendscout24.de>)
List pgsql-bugs
"Böhm, Sebastian (Vendor)" <sebastian.boehm@friendscout24.de> writes:
> ici=3D# select id,pseudonym from user_all where pseudonym =3D
> 'autologin_funkey';
>  id | pseudonym
> ----+-----------
> (0 rows)

> ici=3D# select id,pseudonym from user_all where pseudonym ~
> '^autologin_funkey$';
>   id  |    pseudonym
> ------+------------------
>  6881 | autologin_funkey
> (1 row)

That's pretty bizarre.  Can you give a procedure for reproducing this
from a standing start?
        regards, tom lane


pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: COPY problem with bad dates
Next
From: "Böhm, Sebastian (Vendor)"
Date:
Subject: Re: strange problem