Re: [HACKERS] still getting FATAL errors on btree's... - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: [HACKERS] still getting FATAL errors on btree's...
Date
Msg-id Pine.NEB.3.95.980413142751.22892R-100000@hub.org
Whole thread Raw
In response to Re: [HACKERS] still getting FATAL errors on btree's...  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] still getting FATAL errors on btree's...
Next
From: The Hermit Hacker
Date:
Subject: Quick Test...