Thread: pgsql: Mark the text_soundex() function as "strict", to avoid crashing

pgsql: Mark the text_soundex() function as "strict", to avoid crashing

From
neilc@svr1.postgresql.org (Neil Conway)
Date:
Log Message:
-----------
Mark the text_soundex() function as "strict", to avoid crashing on NULL
input. Also, may as well mark it "cacheable" as well. From Kris Jurka.

Tags:
----
REL7_2_STABLE

Modified Files:
--------------
    pgsql/contrib/fuzzystrmatch:
        fuzzystrmatch.sql.in (r1.2 -> r1.2.2.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/fuzzystrmatch/fuzzystrmatch.sql.in.diff?r1=1.2&r2=1.2.2.1)