Re: order by

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: order by
Date: 2023-05-11 21:08:38
Message-ID: c9ab7a1a-5fd1-086f-20e4-4d85845a7d19@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/11/23 09:55, Marc Millas wrote:
> Thanks,
>
> I do know about index options.
>
> that table have NO (zero) indexes.

If the table has no indices, then why did you write "it looks like there is
something different within the *b-tree operator* class of varchar"?  After
all, you only care about b-trees when you have b-tree indices.

--
Born in Arizona, moved to Babylonia.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2023-05-11 21:12:59 Re: order by
Previous Message Marc Millas 2023-05-11 19:27:57 Re: Death postgres