Re: [GENERAL] Mag Gam

2013-07-20 Thread Mag Gam
http://deepsand.net/wehlym/pmlqhxn.vhofkltmbsmckxm Mag Gam 7/21/2013 7:26:43 AM -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

[GENERAL] Index for Levenshtein distance

2013-07-20 Thread Janek Sendrowski
Hi, I'm searching for a suitable Index for my query witch compares Strings with the Levenshtein distance. I read that a prefix index would fit, but I don't know how to build it. I only know that its supported by Gist. I couldn't find an instructions so I hope someone can help me.   Best regard