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

From taizi
Subject why my sounex does not work?
Date
Msg-id 5785f0c0.439f.15689ccd88d.Coremail.taizi2006blog@163.com
Whole thread Raw
Responses Re: why my sounex does not work?  (Ondřej Světlík <osvetlik@flexibee.eu>)
List pgsql-admin
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


 

pgsql-admin by date:

Previous
From: Murthy Nunna
Date:
Subject: Re: Postgres v9.5.3 and v9.5.4 Unix Socket Issue
Next
From: Ondřej Světlík
Date:
Subject: Re: why my sounex does not work?