Re: pattern search - Mailing list pgsql-general

From Jeff Eckermann
Subject Re: pattern search
Date
Msg-id 20020523175524.55491.qmail@web20805.mail.yahoo.com
Whole thread Raw
In response to pattern search  (ktt <kestutis98@yahoo.com>)
List pgsql-general
You can do it with LIKE; PostgreSQL also supports
Regular Expression searches.  Check out:

http://www.postgresql.org/idocs/index.php?functions-matching.html

--- ktt <kestutis98@yahoo.com> 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


__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: pattern search
Next
From: Fran Fabrizio
Date:
Subject: Re: Violation of NOT NULL