Re: Psql regex is NFA or DFA? - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: Psql regex is NFA or DFA?
Date
Msg-id Pine.LNX.4.33.0209101413110.21655-100000@polluelo.lab.protecne.cl
Whole thread Raw
In response to Re: Psql regex is NFA or DFA?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Psql regex is NFA or DFA?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
On Tue, 10 Sep 2002, Bruce Momjian wrote:

> Tom Lane wrote:
> > Josh Jore <josh@greentechnologist.org> writes:
> > > So I've finished reading Jeffery Friedl's _Mastering Regular Expressions_
> > > and while I don't need regex in PostgreSQL I know I'll do it for something
> > > - eventually. The book makes a distinction between DFA, POSIX NFA and
> > > Traditional NFA and then ascribes some properties and behaviours to each.
> > > So what sort does PostgreSQL have?
> >
> > Well, you could read the code (src/backend/regex), or you could apply
> > the tests that Friedl suggests to distinguish the type of an unknown
> > engine ...
> >
> > My guess is that it's an NFA, but I dunno if Spencer did the POSIX
> > semantics or not.
>
> I am continuing to talk to Henry about getting a newer version of his
> regex library. He is working on it but is not yet finished.

Do you have some details about the implementation itself?  I would like
to work on implementing a regex engine using the Shift-And algorithm
families, and that can probably give a performance improvement over the
current engine.

--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)


pgsql-general by date:

Previous
From: Don Isgitt
Date:
Subject: Re: parsing column info
Next
From: Bruce Momjian
Date:
Subject: Re: Psql regex is NFA or DFA?