From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Böhm, Sebastian (Vendor)" <sebastian(dot)boehm(at)friendscout24(dot)de> |
Cc: | "'pgsql-bugs(at)postgresql(dot)org'" <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: strange problem |
Date: | 2002-12-18 16:42:14 |
Message-ID: | 29913.1040229734@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
=?iso-8859-1?Q?=22B=F6hm=2C_Sebastian_=28Vendor=29=22?= <sebastian(dot)boehm(at)friendscout24(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Böhm, Sebastian (Vendor) | 2002-12-18 18:31:05 | Re: strange problem |
Previous Message | Tom Lane | 2002-12-18 16:30:14 | Re: COPY problem with bad dates |