From: | Chana Slutzkin <chana(at)cs(dot)huji(dot)ac(dot)il> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | bug report |
Date: | 1999-11-09 10:19:23 |
Message-ID: | Pine.BSI.4.05L.9911091219110.19849-100000@chaos.cs.huji.ac.il |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Your name : Chana Slutzkin
Your email address : chana(at)cs(dot)huji(dot)ac(dot)il
System Configuration
---------------------
Architecture (example: Intel Pentium) : Intel Pentium
Operating System (example: Linux 2.0.26 ELF) : BSD/OS-4.0
PostgreSQL version (example: PostgreSQL-6.5.2): PostgreSQL-6.5.2
Compiler used (example: gcc 2.8.0) : gcc 2.95
Please enter a FULL description of your problem:
------------------------------------------------
Regular expression search of type ^X*Y never matches
Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
"select * from users where id~'^0*12345678';" does not match '12345678'
"select * from users where id~'0*12345678';" matches '12345678'
"select * from users where id~'^12345678';" matches '12345678'
If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Fischer | 1999-11-10 20:22:28 | Re: [BUGS] No index support for date/time types? |
Previous Message | fredrik chabot | 1999-11-09 01:05:56 | Possible bug in postgres || libpq |