reindexing, pg_class (and other system tables)

Поиск
Список
Период
Сортировка
От Sally Sally
Тема reindexing, pg_class (and other system tables)
Дата
Msg-id BAY9-F37sbIqS0214xu0000fc5d@hotmail.com
обсуждение исходный текст
Ответы Re: reindexing, pg_class (and other system tables)  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Very strange things are happening when I am reindexing a table. I did this
with postmaster running as a standalone. The index for the table prior to
reindexing is on a separate disk and I created a sym link (due to lack of
space). When the reindexing is done I see new files created under
/data/base/dbnumber/ but when I look at pg_class table it is pointing still
to the old index because the oid I get is the older one. What does this
mean? I assumed reindexing a non-sys table with postmaster running as a
standalone would also update the relevant tables. Do I have to do a separate
process to update the pg_class and other tables that need to be aware of the
reindexing?
Sally

_________________________________________________________________
Stay informed on Election 2004 and the race to Super Tuesday.
http://special.msn.com/msn/election2004.armx


В списке pgsql-general по дате отправления:

Предыдущее
От: Martin Marques
Дата:
Сообщение: Re: key = currval('tab_key_seq') choses SEQSCAN?!
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: reindexing, pg_class (and other system tables)