Re: Patch: add conversion from pg_wchar to multibyte
От
Kevin Grittner
Тема
Re: Patch: add conversion from pg_wchar to multibyte
Дата
Msg-id
4F9EC25F02000025000475F7@gw.wicourts.gov
Ответ на
Re: Patch: add conversion from pg_wchar to multibyte (Robert Haas)
Список
Дерево обсуждения
Patch: add conversion from pg_wchar to multibyte Alexander Korotkov <aekorotkov@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Alexander Korotkov <aekorotkov@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Tatsuo Ishii <ishii@postgresql.org>
Re: Patch: add conversion from pg_wchar to multibyte Alexander Korotkov <aekorotkov@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Tatsuo Ishii <ishii@postgresql.org>
Re: Patch: add conversion from pg_wchar to multibyte Alexander Korotkov <aekorotkov@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Tatsuo Ishii <ishii@postgresql.org>
Re: Patch: add conversion from pg_wchar to multibyte Robert Haas <robertmhaas@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Alexander Korotkov <aekorotkov@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Robert Haas <robertmhaas@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Tatsuo Ishii <ishii@postgresql.org>
Re: Patch: add conversion from pg_wchar to multibyte Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch: add conversion from pg_wchar to multibyte Robert Haas <robertmhaas@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch: add conversion from pg_wchar to multibyte Robert Haas <robertmhaas@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Robert Haas <robertmhaas@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Alexander Korotkov <aekorotkov@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Robert Haas <robertmhaas@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Alexander Korotkov <aekorotkov@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Robert Haas <robertmhaas@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Tatsuo Ishii <ishii@postgresql.org>
Re: Patch: add conversion from pg_wchar to multibyte Robert Haas <robertmhaas@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Tatsuo Ishii <ishii@postgresql.org>
Re: Patch: add conversion from pg_wchar to multibyte Tatsuo Ishii <ishii@postgresql.org>
Re: Patch: add conversion from pg_wchar to multibyte Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch: add conversion from pg_wchar to multibyte Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch: add conversion from pg_wchar to multibyte Tatsuo Ishii <ishii@postgresql.org>
Re: Patch: add conversion from pg_wchar to multibyte Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch: add conversion from pg_wchar to multibyte Tatsuo Ishii <ishii@postgresql.org>
Re: Patch: add conversion from pg_wchar to multibyte Tatsuo Ishii <ishii@postgresql.org>
Re: Patch: add conversion from pg_wchar to multibyte Tatsuo Ishii <ishii@postgresql.org>
Re: Patch: add conversion from pg_wchar to multibyte Tatsuo Ishii <ishii@postgresql.org>
Re: Patch: add conversion from pg_wchar to multibyte Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch: add conversion from pg_wchar to multibyte Tatsuo Ishii <ishii@postgresql.org>
Re: Patch: add conversion from pg_wchar to multibyte Alexander Korotkov <aekorotkov@gmail.com>
Re: Patch: add conversion from pg_wchar to multibyte Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch: add conversion from pg_wchar to multibyte Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch: add conversion from pg_wchar to multibyte Tom Lane <tgl@sss.pgh.pa.us>
Robert Haas wrote: > Hopefully that's not too hard to fix; the basic approach seems > quite promising. After playing with trigram searches for name searches against copies of production database with appropriate indexing, our shop has chosen it as the new way to do name searches here. It's really nice. My biggest complaint is related to setting the threshold for the % operator. It seems to me that there should be a GUC to control the default, and that there should be a way to set the threshold for each % operator in a query (if there is more than one). The function names which must be used on the connection before running the queries don't give any clue that they are related to trigrams: show_limit() and set_limit() are nearly useless for conveying the semantics of what they do. Even with those issues, trigram similarity searching is IMO one of the top five coolest things about PostgreSQL and should be promoted heavily. -Kevin
В списке pgsql-hackers по дате отправления