Re: cluster-operation successfull? - Mailing list pgsql-novice

From Timo Roessner
Subject Re: cluster-operation successfull?
Date
Msg-id 428B2C6F.4060006@gmx.net
Whole thread Raw
In response to Re: cluster-operation successfull?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
thx for the help so far, but i am not quite sure if i understood the
answer, scince i am not that experienced in using
postgreSQL.

what means:

select indrelid::regclass, indexrelid::regclass from pg_index
where indisclustered;

?

what is the meaning of "indexrelid" and "regclass"?
i assume "indisclustered" means "indexisclustered", is this a
system-wide variable?

best regards...

Tom Lane wrote:

>Timo Roessner <timo.roessner@gmx.net> writes:
>
>
>>scince i didnt receive a success message from the cluster-operation i am
>>not quite sure wether the data was clustered at all
>>or wether the cluster-operation was canceled when the ssh-connection was
>>canceled.
>>is there a way to determine wether data was clustered or not?
>>
>>
>
>Look in the pg_index catalog to see which indexes are marked as
>clustered.  In recent PG versions something like this is the easiest
>way:
>
>select indrelid::regclass, indexrelid::regclass from pg_index
>where indisclustered;
>
>I would expect the server to have finished out the command it was
>currently working on before noticing the loss of connection, so
>the odds are good that the cluster did finish.
>
>            regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>               http://www.postgresql.org/docs/faq
>
>
>
>


pgsql-novice by date:

Previous
From: Sean Davis
Date:
Subject: Re: Storing/Using Passwords
Next
From: "Schuhmacher, Bret"
Date:
Subject: Psql bug on Windows or pilot error? ;-)