re : Prob with regexp

Поиск
Список
Период
Сортировка
От
Тема re : Prob with regexp
Дата
Msg-id 200103261247.f2QClDw95226@mail.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: docs toolchain appears broke?
Следующее
От: "Gordon A. Runkle"
Дата:
Сообщение: Re: Release Candidate 1 ...