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

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: [HACKERS] still getting FATAL errors on btree's...
Дата
Msg-id Pine.NEB.3.95.980413142751.22892R-100000@hub.org
обсуждение исходный текст
Ответ на Re: [HACKERS] still getting FATAL errors on btree's...  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
On Mon, 13 Apr 1998, Bruce Momjian wrote:

> > 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.

    That's what I think too...I was just worried that it might do
something else on top of it all:(



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

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