Re: pattern search

From: Darren Ferguson <darren(at)crystalballinc(dot)com>
To: ktt <kestutis98(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pattern search
Date: 2002-05-23 17:40:43
Message-ID: Pine.LNX.4.10.10205231339310.17410-100000@thread.crystalballinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If you mean text pattern matching then it has regex capabilities

*~ i believe without checkiong the manual i m not sure.

Alternatiely you could also look at the like operater but regex is
probably what you want

HTH

Darren Ferguson

On Thu, 23 May 2002, ktt wrote:

> hello,
>
> is it possible to make a search
> for a pattern in PostgreSQL database,
> using database functions only?
> Or should I use PHP for that
> purpose?
>
> thank you for any advice,
>
> ktt
>
>
> __________________________________________________
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience
> http://launch.yahoo.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Eckermann 2002-05-23 17:55:24 Re: pattern search
Previous Message Joel Burton 2002-05-23 17:35:16 Re: pattern search