Re: cluster-operation successfull?
От | Timo Roessner |
---|---|
Тема | Re: cluster-operation successfull? |
Дата | |
Msg-id | 428B2C6F.4060006@gmx.net обсуждение исходный текст |
Ответ на | Re: cluster-operation successfull? (Tom Lane <tgl@sss.pgh.pa.us>) |
Список | 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 по дате отправления: