Re: pattern search

From: Jeff Eckermann <jeff_eckermann(at)yahoo(dot)com>
To: ktt <kestutis98(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: pattern search
Date: 2002-05-23 17:55:24
Message-ID: 20020523175524.55491.qmail@web20805.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)yahoo(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2002-05-23 18:09:10 Re: pattern search
Previous Message Darren Ferguson 2002-05-23 17:40:43 Re: pattern search