Re: [HACKERS] still getting FATAL errors on btree's...

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] still getting FATAL errors on btree's...
Дата
Msg-id 199804131817.OAA20519@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] still getting FATAL errors on btree's...  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: [HACKERS] still getting FATAL errors on btree's...  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
> Checked the pg_class table, and radnew still existed, but radhist didn't,
> so did the following to "fix" it...
>
> update pg_class set relname = 'radhist' where relname = 'radnew';
>
> Any particular reason why that was a bad idea?  I appears to have
> worked...

I believe this is what alter table does.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] still getting FATAL errors on btree's...
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] still getting FATAL errors on btree's...