re : Prob with regexp - Mailing list pgsql-hackers

From
Subject re : Prob with regexp
Date
Msg-id 200103261247.f2QClDw95226@mail.postgresql.org
Whole thread Raw
List 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



pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: docs toolchain appears broke?
Next
From: "Gordon A. Runkle"
Date:
Subject: Re: Release Candidate 1 ...