re : Prob with regexp

From: <pejac(at)altern(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: re : Prob with regexp
Date: 2001-03-26 12:34:52
Message-ID: 200103261247.f2QClDw95226@mail.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

There's no bug with regexp, because "*" operator in
regex match zero or more times. So if you want
match exactly your patern try ~ 'ibd01.*' . "." match an
arbitrary character.

Cheers,

PEJAC Pascal

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-03-26 14:50:23 Re: Dead locks
Previous Message Larry Rosenman 2001-03-26 11:13:39 Re: [HACKERS] docs toolchain appears broke?