Re: Postgres regexp matching failure?

Поиск
Список
Период
Сортировка
От Mario Splivalo
Тема Re: Postgres regexp matching failure?
Дата
Msg-id 1157625135.3209.9.camel@localhost.localdomain
обсуждение исходный текст
Ответ на Re: Postgres regexp matching failure?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
On Tue, 2006-09-05 at 11:22 -0400, Tom Lane wrote:
> Mario Splivalo <mario.splivalo@mobart.hr> writes:
> > So, I guess it's obvious that postgres doesn't treat regular expressions
> > the same way as java/perl/pyton/php/awk/sed do...
> 
> When you get into stuff as arcane as word-boundary constraints, you'll
> find that regexes are not NEARLY as well standardized as that flippant
> complaint suggests.  For penance, actually try it in all six of those
> languages and report back.

So I did, and I was mistaken the first time. Java, perl, python and php
treat regexpes differently than awk/sed and differently than tcl. I can
post source snippets and results here if anyone is interested in those.

> Postgres' regexp code is the same as Tcl's (it's Henry Spencer's package)
> and if you check TFM you will find out that \y, or possibly \M, is what
> you want.

Thnx, I missed that part that 'postgres has same regexp code as Tcl'.
Mike
-- 
Mario Splivalo
Mob-Art
mario.splivalo@mobart.hr

"I can do it quick, I can do it cheap, I can do it well. Pick any two."




В списке pgsql-sql по дате отправления:

Предыдущее
От: Kaloyan Iliev
Дата:
Сообщение: Re: Substitute a Character
Следующее
От: Emi Lu
Дата:
Сообщение: Is it possible to left join based on previous joins result