Re: String match function required like utl_match in oracle

From: Charles Clavadetscher <clavadetscher(at)swisspug(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: String match function required like utl_match in oracle
Date: 2015-07-04 10:21:31
Message-ID: 5597B3AB.9080508@swisspug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Or maybe even better:

http://www.postgresql.org/docs/9.4/static/fuzzystrmatch.html

Search for Levenshtein.

Bye
Charles

On 7/4/2015 11:50, Jimit Amin wrote:
> Hello,
>
> I want to compare 2 string and want result like how much percentage or
> how much part string is compared. Can I know any option like utl_match
> in oracle
>
> Jimit Amin
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-07-04 13:21:19 Re: return jsonb without field label
Previous Message Jimit Amin 2015-07-04 09:50:59 String match function required like utl_match in oracle