Ezequias R. da Rocha wrote:
Hi list,

I would like to know if postgresql has a Regular Expressions (Regex) implemented already.

With it we could implement queries like

Select * from myClientes where name = 'E[zs]equias'

where the result occurs even if the field has Ezequias or Esequias.

Regards
Ezequias

Pretty easy to find matches in the documentation at http://search.postgresql.org/

eg.
http://www.postgresql.org/docs/8.2/interactive/functions-matching.html

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to