bug report

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-08 13:01:04
Message-ID: Pine.BSI.4.05L.9911081426160.21097-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:
---------------------------------------------------------------------

Browse pgsql-bugs by date

  From Date Subject
Next Message Eugenio Pierno 1999-11-08 14:58:58 libplpgsql error on Alpha: solved
Previous Message Todd Vierling 1999-11-07 20:05:56 Re: [BUGS] No index support for date/time types?