not sorted clustered index (8.2) - Mailing list pgsql-bugs

From Adriaan van Kekem
Subject not sorted clustered index (8.2)
Date
Msg-id 472EE4D9.8050904@gmail.com
Whole thread Raw
Responses Re: not sorted clustered index (8.2)  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
List pgsql-bugs
hi,

As part of the definition of a clustered index, the default sort of a
table is based on the clustered index. In our application sometimes we
see that the sort is invalid. Our table is like:
iid identity (clustered primary key)
data varchar
if we do a query like:
select * from table where iid in (1,2,3)

we suspect that we get the result based on the iid, but sometimes this
is not happening. Is this a known issue?
our configuration is postgresql 8.2 on ubuntu

greetings,

Adriaan

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #3718: Unexpected undefined_table error after creating/dropping tables
Next
From: Stefan Kaltenbrunner
Date:
Subject: Re: not sorted clustered index (8.2)