I have installed postgresql according to this, but I also need fuzzy string match functions, but I have no idea how to install these.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

For the Mac, the .sql files are in a folder such as /Library/PostgreSQL/8.3/share/postgresql/contrib

link|improve this answer
For me, it was in /Library/PostgresPlus/8.3/share/contrib . – Clinton Blackmore Jun 10 '09 at 23:31
feedback

Usually with a sql file full of functions, it is something like this:

cat fuzzystrmatch.sql | psql {database name}
link|improve this answer
the problem is, where can I get that file?, it isn't in my system. – Alex. S. May 20 '09 at 15:07
Ask the guys from "PostgreSQL for Mac". – Milen A. Radev May 21 '09 at 8:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.