Re: How to find double entries

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: How to find double entries
Дата
Msg-id 48057F21.30607@postnewspapers.com.au
обсуждение исходный текст
Ответ на How to find double entries  (Andreas <maps.on@gmx.net>)
Список pgsql-sql
Andreas wrote:
> Hi,
> 
> how can I find double entries in varchar columns where the content is
> not 100% identical because of a spelling error or the person considered
> it "looked nicer" that way?

When doing some near-duplicate elimination as part of converting a
legacy data set to PostgreSQL I found the `fuzzystrmatch' contrib module
immensely helpful.

http://www.postgresql.org/docs/current/static/fuzzystrmatch.html

--
Craig Ringer


В списке pgsql-sql по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: How to find double entries
Следующее
От: "Tena Sakai"
Дата:
Сообщение: Re: How to find double entries