Re: Does anybody use ORDER BY x USING y?
От
Andrew Dunstan
Тема
Re: Does anybody use ORDER BY x USING y?
Дата
Msg-id
432DCBBA.1070201@dunslane.net
Ответ на
Re: Does anybody use ORDER BY x USING y? (Martijn van Oosterhout)
Список
Дерево обсуждения
Re: Does anybody use ORDER BY x USING y? "John Hansen" <john@geeknet.com.au>
Re: Does anybody use ORDER BY x USING y? Martijn van Oosterhout <kleptog@svana.org>
Re: Does anybody use ORDER BY x USING y? Tom Lane <tgl@sss.pgh.pa.us>
Re: Does anybody use ORDER BY x USING y? Hannu Krosing <hannu@skype.net>
Re: Does anybody use ORDER BY x USING y? Tom Lane <tgl@sss.pgh.pa.us>
Re: Does anybody use ORDER BY x USING y? Andrew Dunstan <andrew@dunslane.net>
Re: Does anybody use ORDER BY x USING y? Tom Lane <tgl@sss.pgh.pa.us>
Re: Does anybody use ORDER BY x USING y? Martijn van Oosterhout <kleptog@svana.org>
Re: Does anybody use ORDER BY x USING y? Greg Stark <gsstark@mit.edu>
Re: Does anybody use ORDER BY x USING y? Tom Lane <tgl@sss.pgh.pa.us>
Re: Does anybody use ORDER BY x USING y? Greg Stark <gsstark@mit.edu>
Re: Does anybody use ORDER BY x USING y? mark@mark.mielke.cc
Re: Does anybody use ORDER BY x USING y? Greg Stark <gsstark@mit.edu>
Re: Does anybody use ORDER BY x USING y? Tom Lane <tgl@sss.pgh.pa.us>
Re: Does anybody use ORDER BY x USING y? Hannu Krosing <hannu@skype.net>
Re: Does anybody use ORDER BY x USING y? Martijn van Oosterhout <kleptog@svana.org>
Re: Does anybody use ORDER BY x USING y? Hannu Krosing <hannu@skype.net>
Re: Does anybody use ORDER BY x USING y? Martijn van Oosterhout <kleptog@svana.org>
Martijn van Oosterhout wrote: >On Sun, Sep 18, 2005 at 12:34:10PM -0700, Josh Berkus wrote: > > >>>All we lose is the ability to say USING [arbitrary op]. Does anybody >>>use this. Would people object to requiring the operator after USING to >>>be part of an operator class? >>> >>> >>Hmmm ... would this prevent the hackish workaround for case-insensitive sort? >> >> > >Err, which hackish workaround would that be? The right solution is >citext which creates it's own operator class. This doesn't have >anything to do with functional indexes either. > > Last time I looked it appeared to have significant limitations, and some considerable inefficiencies (e.g, copying the strings and folding them to canonical case on every comparison). I would certainly be extremely wary of just saying "that's the solution". cheers andrew
В списке pgsql-hackers по дате отправления