Re: why my sounex does not work? - Mailing list pgsql-admin

From Ondřej Světlík
Subject Re: why my sounex does not work?
Date
Msg-id 891b3244-146b-514b-d19f-3ce6fe8940f3@flexibee.eu
Whole thread Raw
In response to why my sounex does not work?  (taizi <taizi2006blog@163.com>)
List pgsql-admin
Dne 14.8.2016 v 18:05 taizi napsal(a):
> Hi Everybody,
> this is my first time to ask question on mail list about question of DB.
> i JUST start to read a book from ben forta, which sql in 10.
> The quetion is while i type as scrip in books on following:
> SELECT CUST_NAME, CUST_CONTACT
> FROM CUSTOMERS
> WHERE SOUNDEX(CUST_CONTACT) =SOUNDEX(' MICHAEL GREEN');
> The result is not same as shown in book.
> My psql remind me that      sound(character) does not exist.
> how can i deal with it? My psql version is 9.5
> your sincerely
> edison
>
>
>
>

Ho Edison,

do you have postgresql-contrib installed? Did you create the extension?

CREATE EXTENSION fuzzystrmatch;

Regards

Ondřej


pgsql-admin by date:

Previous
From: taizi
Date:
Subject: why my sounex does not work?
Next
From: Jerry Sievers
Date:
Subject: Thanks to pg_upgrade,. we'll reclaim 1.4T of total disk !!