Re: Order by and timestamp - Mailing list pgsql-general

From Tom Lane
Subject Re: Order by and timestamp
Date
Msg-id 24142.1584319263@sss.pgh.pa.us
Whole thread Raw
In response to Re: Order by and timestamp  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: Order by and timestamp  (Björn Lundin <b.f.lundin@gmail.com>)
List pgsql-general
Adrian Klaver <adrian.klaver@aklaver.com> writes:
> On 3/15/20 2:33 PM, Björn Lundin wrote:
>> I then did ’select * from AMARKETS order by STARTTS’

> Is amarkets in more then one schema?

Yeah, it's hard to think of any explanation other than "the query used a
corrupt index on startts to produce the ordering".  But your \d doesn't
show any index on startts.  So maybe there's more than one amarkets
table?

Another possibly-useful bit of evidence is to see what EXPLAIN shows as
the query plan for this query.

            regards, tom lane



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Order by and timestamp
Next
From: Samuel Smith
Date:
Subject: Invalid byte sequence errors on DB restore